31 lines
667 B
Plaintext
Raw Normal View History

2015-08-20 09:37:43 +03:00
# My SSH config. This does leak existense of some hosts where I have
# access, but they should require SSH key authentication anyway.
Host *
2015-08-20 09:49:31 +03:00
VerifyHostKeyDNS=yes
2015-08-20 09:37:43 +03:00
Compression yes
CompressionLevel 6
ControlMaster yes
ControlPath /tmp/SSH_%u-%r.%h.%p
ControlPersist yes
ForwardAgent no
ForwardX11 no
IdentityFile ~/.ssh/Mikaela_Suomalainen
LogLevel VERBOSE
Protocol 2
PubkeyAuthentication yes
RequestTTY yes
SendEnv *
ServerAliveInterval 60
Host hilla
HostName hilla.kapsi.fi
Host lakka
HostName lakka.kapsi.fi
Host synvaler
HostName synvaler.mikaela.info
AddressFamily inet6
2015-08-20 20:48:28 +03:00
User nemo