Add SSH config
This commit is contained in:
parent
f32b5102d5
commit
90c115ae6a
34
config/ssh/config
Normal file
34
config/ssh/config
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
Host freia
|
||||||
|
ForwardX11Trusted yes
|
||||||
|
User elitherl
|
||||||
|
HostName freia020.hpc.l
|
||||||
|
Host git*
|
||||||
|
User git
|
||||||
|
Host heimdall
|
||||||
|
ForwardX11Trusted yes
|
||||||
|
User elitherl
|
||||||
|
HostName heimdall003.jet.uk
|
||||||
|
Host ionos
|
||||||
|
User root
|
||||||
|
HostName 77.68.67.133
|
||||||
|
Host legion
|
||||||
|
User pixelifytica
|
||||||
|
HostName 192.168.0.31
|
||||||
|
Host vanguard
|
||||||
|
User pixelifytica
|
||||||
|
HostName 192.168.0.90
|
||||||
|
|
||||||
|
Host *
|
||||||
|
ForwardAgent yes
|
||||||
|
Compression yes
|
||||||
|
ServerAliveInterval 15
|
||||||
|
ServerAliveCountMax 3
|
||||||
|
HashKnownHosts no
|
||||||
|
UserKnownHostsFile ~/.ssh/known_hosts
|
||||||
|
ControlMaster auto
|
||||||
|
ControlPath ~/.ssh/master-%r@%n:%p
|
||||||
|
ControlPersist 10s
|
||||||
|
|
||||||
|
AddKeysToAgent=yes
|
||||||
|
SetEnv TERM=xterm-256color
|
||||||
|
|
Loading…
Reference in a new issue