Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
$> ssh aa
# or for users with no formal access to HPC service:
$> ssh ecs

Direct access from outside ECMWF through ECACCESS or Teleport is not available yet. However, if using the latter a chained ProxyJump could be configured as an interim measure

Code Block
languagebash
titleExample snippet of ~/.ssh/config with chained ProxyJump
collapsetrue
Host aa aa.ecmwf.int ecs ecs.ecmwf.int
    ForwardX11 yes
    ForwardX11Timeout 0
    ServerAliveInterval 60
    TCPKeepAlive yes
    # Temporary extra jump through ecgate until direct access is sorted
    ProxyJump shell.ecmwf.int,ecgate


Info

Upon logging in, please take a look at the message of the day displayed on the login nodes (or review /etc/motd). 

...