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.
Updated by Brett Smith about 9 years ago
- Subject changed from Add IdentityFile to virtual machines workbench tab to [Workbench] Add IdentityFile to suggested SSH client configuration
- Category set to Workbench
- Parent task deleted (
#7015)
This is going to be a little tricky to do well, because there's no way to know the filename of the key the user ought to use, and getting it wrong means the connection won't workâeven if it would work by using the default id_rsa
or whatever.
Updated by Brett Smith about 9 years ago
- Target version deleted (
Arvados Future Sprints)
Updated by Peter Amstutz almost 2 years ago
- Remaining (hours) set to 0.0
- Status changed from New to Closed
Actions