User Tools

Site Tools


start:ssh

To connect to clusters using short command use ~/.ssh/config file.

ssh mag # connect to magnus
ssh r128s # connect to r128 through magnus; useful if you do not have direct access to r128

Below is example of config file:

Host mag # magnus cluster
    HostName 10.30.16.168
    User d.aksenov
    GSSAPIAuthentication no
    GSSAPIDelegateCredentials no
	ServerAliveInterval 180
    ServerAliveCountMax 2

Host r128s
    HostName 10.30.98.103
	User d.aksenov
	Port 22
    ServerAliveInterval 200
    ServerAliveCountMax 2
	ProxyCommand ssh mag nc %h %p %r
start/ssh.txt · Last modified: 2025/06/16 13:44 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki