Update ssh config
This commit is contained in:
43
.ssh/config
43
.ssh/config
@@ -1,37 +1,50 @@
|
|||||||
# If ssh does not have gssapi enabled:
|
# If ssh does not have gssapi enabled:
|
||||||
IgnoreUnknown GSSAPIKeyExchange
|
IgnoreUnknown GSSAPIKeyExchange
|
||||||
|
|
||||||
|
ForwardAgent yes
|
||||||
|
ForwardX11 yes
|
||||||
|
ForwardX11Trusted yes
|
||||||
|
|
||||||
Host home
|
Host home
|
||||||
HostName isabeljake.duckdns.org
|
HostName isabeljake.duckdns.org
|
||||||
User kuba
|
User kuba
|
||||||
Port 9216
|
Port 9216
|
||||||
ForwardAgent yes
|
|
||||||
ForwardX11Trusted yes
|
|
||||||
|
|
||||||
Host tahoe
|
Host tahoe
|
||||||
HostName tahoe.fy.chalmers.se
|
HostName tahoe.fy.chalmers.se
|
||||||
User jakub
|
User jakub
|
||||||
Port 22209
|
Port 22209
|
||||||
ForwardX11 yes
|
|
||||||
ForwardX11Trusted yes
|
|
||||||
|
|
||||||
Host geym
|
Host geym
|
||||||
HostName geym.fy.chalmers.se
|
HostName geym.fy.chalmers.se
|
||||||
User jakub
|
User jakub
|
||||||
Port 22209
|
Port 22209
|
||||||
ForwardX11Trusted yes
|
|
||||||
|
|
||||||
Host kubaServer
|
Host kubaServer
|
||||||
HostName 192.168.0.102
|
HostName 192.168.0.102
|
||||||
User pi
|
User pi
|
||||||
Port 22
|
Port 22
|
||||||
ForwardX11Trusted yes
|
|
||||||
|
Host vera
|
||||||
|
Hostname vera1.c3se.chalmers.se
|
||||||
|
User fojt
|
||||||
|
|
||||||
|
Host vera2
|
||||||
|
Hostname vera2.c3se.chalmers.se
|
||||||
|
User fojt
|
||||||
|
|
||||||
|
Host tetralith
|
||||||
|
Hostname tetralith1.nsc.liu.se
|
||||||
|
User x_jakfo
|
||||||
|
|
||||||
|
Host tetralith2
|
||||||
|
Hostname tetralith2.nsc.liu.se
|
||||||
|
User x_jakfo
|
||||||
|
|
||||||
Host remote11
|
Host remote11
|
||||||
HostName remote11.chalmers.se
|
HostName remote11.chalmers.se
|
||||||
User fojt
|
User fojt
|
||||||
Port 22
|
Port 22
|
||||||
ForwardX11Trusted yes
|
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPersist yes
|
ControlPersist yes
|
||||||
ControlPath ~/.ssh/socket-%r@%h:%p
|
ControlPath ~/.ssh/socket-%r@%h:%p
|
||||||
@@ -51,19 +64,3 @@ Host tegner
|
|||||||
GSSAPIKeyExchange yes
|
GSSAPIKeyExchange yes
|
||||||
GSSAPIDelegateCredentials yes
|
GSSAPIDelegateCredentials yes
|
||||||
PreferredAuthentications gssapi-keyex,gssapi-with-mic
|
PreferredAuthentications gssapi-keyex,gssapi-with-mic
|
||||||
|
|
||||||
Host vera
|
|
||||||
Hostname vera1.c3se.chalmers.se
|
|
||||||
User fojt
|
|
||||||
|
|
||||||
Host vera2
|
|
||||||
Hostname vera2.c3se.chalmers.se
|
|
||||||
User fojt
|
|
||||||
|
|
||||||
Host tetralith
|
|
||||||
Hostname tetralith1.nsc.liu.se
|
|
||||||
User x_jakfo
|
|
||||||
|
|
||||||
Host tetralith2
|
|
||||||
Hostname tetralith2.nsc.liu.se
|
|
||||||
User x_jakfo
|
|
||||||
|
|||||||
Reference in New Issue
Block a user