dotfiles/dot_ssh/config
2023-03-18 06:34:24 +01:00

86 lines
1.3 KiB
Plaintext

TCPKeepAlive no
ServerAliveInterval 60
ServerAliveCountMax 10
ControlPersist 4h
ControlMaster auto
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
VerifyHostKeyDNS yes
AddKeysToAgent yes
Host cshpc
Hostname cshpc.rrze.uni-erlangen.de
ForwardAgent no
User unrz254
Host emmy
HostName emmy
ForwardAgent no
User unrz254
ProxyJump cshpc
Host meggie
HostName meggie
ForwardAgent no
User unrz254
ProxyJump cshpc
Host testfront
HostName testfront
ForwardAgent no
User unrz254
ProxyJump cshpc
Host monitoring
Hostname hpc-monitoring.rrze.uni-erlangen.de
ForwardAgent no
User unrz254
ProxyJump cshpc
Host romonitoring
Hostname hpc-monitoring.rrze.uni-erlangen.de
ForwardAgent no
User rotreibi
ProxyJump cshpc
Host gondor
Hostname 192.168.178.60
ForwardAgent no
Host gitolite
Hostname moebiusband.org
ForwardAgent no
User gitolite3
Host github
Hostname github.com
ForwardAgent no
User git
Host prope-git
Hostname git.rwth-aachen.de
ForwardAgent no
User git
Host metacca-git
Hostname public.cdl.uni-saarland.de
ForwardAgent no
User git
Host rrze-git
Hostname gitlab.rrze.uni-erlangen.de
ForwardAgent no
User git
Host jekyll-rsync
Hostname moebiusband.org
IdentityFile ~/.ssh/rsync-key
Host pi-hole
Hostname 192.168.178.2
User pi
Host icelake
ProxyCommand ssh -p 17490 -l unrz254 62.189.71.8 -W %h:%p
HostName 10.40.0.55
User unrz254