...
| Code Block | ||
|---|---|---|
| ||
Host ecgate Username ab0 ProxyCommand /usr/bin/ssh -q -W %h:%p shell.ecmwf.int |
Options for difficult client environments
You might not be able to download and run tsh, or access our web login service, from where you wish to use ssh.
Instead you can use (or copy) the identity file which tsh stores in $HOME:
| Code Block | ||
|---|---|---|
| ||
# ~/.ssh/config file:
Host ecgate
IdentityFile ~/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int
ProxyCommand /usr/bin/ssh -i ~/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int -W %h:%p shell.ecmwf.int |
This is a good way to access Teleport credentials via a shared file system from any host.
Configuring passwordless login
...