Actions
Task #7564
closedBug #7015: [Documentation] Refresh user guide
Connecting to virtual machine command in ssh-access-unix does not work
Start date:
10/14/2015
Due date:
% Done:
0%
Estimated time:
Description
Having this is kind of confusing: ssh -o "ProxyCommand ssh -a -x -p2222 turnout@switchyard.localhost shell" -A -x you@shell
Its not obvious what to change here, for example, localhost I think should change to "qr1hi.arvadosapi.com" but I'm not sure.
I tried this
$ ssh -o "ProxyCommand ssh -a -x -p2222 turnout@switchyard.qr1hi.arvadosapi.com shell" -A -x arvadostutorial1092015@shell
Received disconnect from UNKNOWN: 2: Too many authentication failures for arvadostutorial1092015
I have successfully ssh'd in through changing the ssh configuration file. But I do not know how to change this command.
Actions