diff --git a/config/ssh/config b/config/ssh/config new file mode 100644 index 0000000..aa39758 --- /dev/null +++ b/config/ssh/config @@ -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 +