Page History
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
Host ela HostName ela.cscs.ch User <username> IdentityFile ~/.ssh/cscs-key IdentitiesOnly yes Host daint-ela Hostname daint.cscs.ch User <username> IdentityFile ~/.ssh/cscs-key ProxyJump ela IdentitiesOnly yes Host eiger-ela Hostname eiger.cscs.ch User <username> IdentityFile ~/.ssh/cscs-key ProxyJump ela IdentitiesOnly yes |
Please note that the ssh config file can be written in many different ways, the template above is for your reference only. In particular:
...