Actions
Task #7563
closed[Workbench] Add IdentityFile to suggested SSH client configuration
Status:
Closed
Priority:
Normal
Assigned To:
-
Target version:
-
Description
If users have multiple ssh keys, they will need to specify an IdentityFile to point to the ssh key they have to use.
Host *.arvados
TCPKeepAlive yes
ServerAliveInterval 60
ProxyCommand ssh -p2222 turnout@switchyard.qr1hi.arvadosapi.com -x -a $SSH_PROXY_FLAGS %h
IdentityFile ~/.ssh/id_rsa_yourkeyname
or something like that.
Actions