Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed TEMS references

...

  • ECGATE (interactive node only)
  • CCA and CCB login nodes
  • HPC2020 TEMS
Show If
groupecmwf
  • Linux VDI (both legacy OpenSUSE and production CentOS 8)
  • Physical office workstations

To access any other host, the ProxyJump feature allows chaining by using a comma, like so:

Code Block
languagebash
ssh -J ab0@shell.ecmwf.int,ab0@ecgate ab0@lxc

You can also set password-less login, as below.


...

Show If
groupecmwf

Configuring password-less login

Info

This configuration enables single-hop ssh (using ProxyJump) to LXC or any other host.

Not required for ECGATE, CCA/CCB login nodes, Linux physical workstations , and Linux VDI, or HPC2020 TEMS.

Add the Teleport certificate authority to your ~/.ssh/authorized_keys file, on the relevant system at ECMWF, e.g. ecgate, cca:

Code Block
languagebash
curl -fs https://nexus.ecmwf.int/repository/internal-teleport-configs/prod/teleport_user_ca.pub >> ~/.ssh/authorized_keys


Note

On cca/ccb, you will need to load the curl module beforehand.


Tip

This configuration will allow access to any host which mounts the same $HOME directory.


...

Show If
groupecmwf


Info

Only available for ECGATE, CCA/CCB login nodes, Linux physical workstations , and Linux VDI, and HPC2020 TEMS.



Hide If
groupecmwf


Info

Only available for ECGATE , CCAand CCA/CCB login nodes, and HPC2020 TEMS.


Browse to  http://webshell.ecmwf.int/destination-host/username (replacing destination-host and username with your selection).

...