guix/config/ssh/config

35 lines
630 B
Plaintext

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