Page History
...
Tip |
---|
Windows users should skip to our Guide for Windows SSH to ECMWF. |
OpenSSH 7.3 or later has a simple command line option to connect via our gateway (shell.ecmwf.int
) to the destination-host
:
...
Code Block | ||
---|---|---|
| ||
Host ecgate User ab0 ProxyJump ab0@shell.ecmwf.int |
See the Legacy Configuration note below if your ssh client is older than 7.3.
...
- Linux VDI (both legacy OpenSUSE and CENTOS 8 beta)
- Physical office workstations
- ecGate
- HPC2020 TEMS
To access any other host, the ProxyJump
feature allows chaining by using a comma, like so:
Code Block | ||
---|---|---|
| ||
ssh -J ab0@shell.ecmwf.int,ab0@workstation ab0@lxc |
Configuring passwordless login
...
Tip |
---|
We recommend using the Windows Subsystem for Linux if you can (on your own machine), followed by starting the SSH Agent and then connecting as for Linux/MacOS systems. |
Alternatively, you can use:
Expand | |||||
---|---|---|---|---|---|
| |||||
|
...
Expand | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||
|
...