dotfiles/.ssh/config
2024-10-20 07:57:26 +02:00

88 lines
1.4 KiB
Plaintext

# --- OPTIONS ---
TCPKeepAlive yes
ServerAliveInterval 60
ServerAliveCountMax 3
AddKeysToAgent yes
#IPQoS lowdelay throughput
CanonicalizeHostname yes
CanonicalDomains home.codevoid.de codevoid.de uugrn.org openbsd.org
ForwardX11 no
ForwardX11Trusted no
ForwardAgent no
# --- HOSTS ---
Host ot? ot??
HostName obsd-lab.genua.de
Port 10031
Host ot?
User ot1
Host ot5
User ot5
Host ot11
User ot11
Host ot18
User ot18
Host ot*-ssh
User root
Host ot1-ssh
ProxyJump ot1@obsd-lab.genua.de:10031
HostName 10.0.1.21
Host ot18-ssh
ProxyJump ot18@obsd-lab.genua.de:10031
HostName 10.0.1.38
Host sdf
Hostname otaku.freeshell.org
User sdk
Host home
Hostname home.codevoid.de
User sdk
Host home.codevoid.de
Hostname home.codevoid.de
User sdk
Host dalek
Hostname dalek.home.codevoid.de
User sdk
Host tweety
#Hostname tweety.home.codevoid.de
Hostname 10.20.30.20
User sdk
Host cvs
Hostname cvs.openbsd.org
User sdk
Host osmc
Hostname osmc.home.codevoid.de
User osmc
Host ld5587
HostKeyAlgorithms ssh-rsa
Hostname ld5587
User d034266
Host ld7070
Hostname ld7070
User d034266
# --- NOTES ---
# ProxyCommand /bin/nc -X connect -x socks.proxy.lan:3128 %h %p
# Host foo
# RemoteForward /home/sdk/.gnupg/S.gpg-agent /home/sdk/.gnupg/S.gpg-agent.extra
# RemoteForward /home/sdk/.gnupg/S.gpg-agent.ssh /home/sdk/.gnupg/S.gpg-agent.ssh