1
0
Fork 0
golang-github-dimonomid-ssh.../testdata/config1
Daniel Baumann 9eac69a0e2
Adding upstream version 0.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 11:27:20 +02:00

39 lines
902 B
Text

Host localhost 127.0.0.1 # A comment at the end of a host line.
NoHostAuthenticationForLocalhost yes
# A comment
# A comment with leading spaces.
Host wap
User root
KexAlgorithms diffie-hellman-group1-sha1
Host [some stuff behind a NAT]
Compression yes
ProxyCommand ssh -qW %h:%p [NATrouter]
Host wopr # there are 2 proxies available for this one...
User root
ProxyCommand sh -c "ssh proxy1 -qW %h:22 || ssh proxy2 -qW %h:22"
Host dhcp-??
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
User root
Host [my boxes] [*.mydomain]
ForwardAgent yes
ForwardX11 yes
ForwardX11Trusted yes
Host *
#ControlMaster auto
#ControlPath /tmp/ssh-master-%C
#ControlPath /tmp/ssh-%u-%r@%h:%p
#ControlPersist yes
ForwardX11Timeout 52w
XAuthLocation /usr/bin/xauth
SendEnv LANG LC_*
HostKeyAlgorithms ssh-ed25519,ssh-rsa
AddressFamily inet
#UpdateHostKeys ask