message no. 102979
Posted by traceback0 in #github at 2015-07-12T19:47:26Z
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.