From 702d426345a6db624b1c3afdb69f4935bb7e2650 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 30 Aug 2015 17:17:12 +0300 Subject: [PATCH] sort ssh config --- .mikaela/ssh/config | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.mikaela/ssh/config b/.mikaela/ssh/config index f31c811c..18ca007b 100644 --- a/.mikaela/ssh/config +++ b/.mikaela/ssh/config @@ -2,19 +2,10 @@ # access, but they should require SSH key authentication anyway. Host * - # Ensure KnownHosts are unreadable if leaked. - # While you might be reading this file from GitHub, I haven't - # specified all hosts here. - HashKnownHosts yes - - # Verify SSHFP records. In case DNSSEC is used this skips the - # question on whether you trust the fingerprint or not. - VerifyHostKeyDNS=yes - - # Multiple sessions over single connection - ControlMaster yes # Path for the control socket ControlPath /tmp/SSH_%u-%r.%h.%p + # Multiple sessions over single connection + ControlMaster yes # Keep connection open in the background even after connection has been # closed. ControlPersist yes @@ -22,6 +13,12 @@ Host * ForwardAgent no ForwardX11 no + # Ensure KnownHosts are unreadable if leaked. + # While you might be reading this file from GitHub, I haven't + # specified all hosts here. + HashKnownHosts yes + + # SSH key to use IdentityFile ~/.ssh/Mikaela_Suomalainen LogLevel VERBOSE @@ -34,6 +31,10 @@ Host * # "pings", disconnect. ServerAliveInterval 60 + # Verify SSHFP records. In case DNSSEC is used this skips the + # question on whether you trust the fingerprint or not. + VerifyHostKeyDNS=yes + Host hilla HostName hilla.kapsi.fi User mikaela @@ -43,14 +44,14 @@ Host lakka User mikaela Host synvaler - HostName synvaler.mikaela.info AddressFamily inet6 + HostName synvaler.mikaela.info User nemo -Host verdarik - HostName verdarik.mikaela.info - User mikaela - Host tezagm HostName tezagm.mikaela.info User mikaela + +Host verdarik + HostName verdarik.mikaela.info + User mikaela