latest 1 messages by traceback0
+
[2015-07-12T19:47:26Z]
traceback0
Hello, I am trying to do this effectively: ssh -A marcopolo -l live "cd /home/live/marcopolo/webapp && ssh -vT git@github.com" however when I do so it uses the server’s private key to auth to github instead of local one. Any ideas? I feel like I am missing something small and silly but can’t figure out atm.