...
Instruction for NeSI staff access
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 |
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 |
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
...