Update 2023-04-02 16:51 OpenBSD/amd64
This commit is contained in:
parent
1df591ed47
commit
32a3b4d3a5
56
.ssh/config
Normal file
56
.ssh/config
Normal file
@ -0,0 +1,56 @@
|
||||
|
||||
# --- OPTIONS ---
|
||||
|
||||
TCPKeepAlive no
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 240
|
||||
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 shell
|
||||
User sdk
|
||||
|
||||
# --- 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
|
Loading…
Reference in New Issue
Block a user