Versions Compared

Key

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

...

Instruction for NeSI staff access

  1. First copy the following SSH host configs. You can rename the login nodes I've named them eri-X as their true hostnames are generic login-X:

Code Block
Host bastion
   User nesi-support
   Hostname 163.7.177.182
   ServerAliveInterval 300
   ServerAliveCountMax 2

Host eri-0
   User USER
   Hostname 10.29.107.20
   ProxyCommand ssh -W %h:%p bastion
   ServerAliveInterval 300
   ServerAliveCountMax 2
   #ForwardX11 yes
   #ForwardX11Trusted yes

Host eri-1
   User USER
   Hostname 10.1.112.21
   ProxyCommand ssh -W %h:%p bastion
   ServerAliveInterval 300
   ServerAliveCountMax 2
  1. Second, send one of your public keys to someone that already has access so they can add it to:

Code Block
/home/nesi-support/.ssh/authorized_keys
  1. Login to one of the eri login nodes with password provided by platforms and I recommend adding your personal pubkey auth to avoid passwords altoghether, eg from Mahuika:

...

See NeSI internal documentation

\uD83D\uDCD8 Instructions for AgR staff access

...