shell-things/.mikaela/ssh/config

42 lines
854 B
Plaintext
Raw Normal View History

2015-08-20 08:37:43 +02: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 08:49:31 +02:00
VerifyHostKeyDNS=yes
2015-08-20 08:37:43 +02: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
2015-08-28 18:22:54 +02:00
UpdateHostKeys=ask
2015-08-20 08:37:43 +02:00
Host hilla
HostName hilla.kapsi.fi
2015-08-23 05:53:48 +02:00
User mikaela
2015-08-20 08:37:43 +02:00
Host lakka
HostName lakka.kapsi.fi
2015-08-23 05:53:48 +02:00
User mikaela
2015-08-20 08:37:43 +02:00
Host synvaler
HostName synvaler.mikaela.info
AddressFamily inet6
2015-08-20 19:48:28 +02:00
User nemo
2015-08-23 05:53:48 +02:00
Host verdarik
HostName verdarik.mikaela.info
User mikaela
Host tezagm
HostName tezagm.mikaela.info
User mikaela