From 6a4d28cc46c913ecc81365c52cde6a6457d2ddb3 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Thu, 19 Mar 2015 14:52:22 +0100 Subject: [PATCH] Proper ssh/config --- .ssh/config | 75 +++++------------------------------------------------ 1 file changed, 7 insertions(+), 68 deletions(-) diff --git a/.ssh/config b/.ssh/config index 76da4d3..b635288 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,80 +4,19 @@ Host * ForwardAgent yes KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 +Host *.nemunai.re + VerifyHostKeyDNS yes + # Home ################################################################ Host home - HostName nemunai.re - VerifyHostKeyDNS yes - Port 6422 - DynamicForward 3128 - -Host nout - VerifyHostKeyDNS yes - IdentityFile ~/.ssh/id_ed25519 - -Host fonera - HostName fonera.masr.nemunai.re - Port 6224 - User root - Compression yes - CompressionLevel 9 - DynamicForward 3129 - -# Epita ############################################################### - -Host epita - HostName ssh.epita.fr - User mercie_d - -Host acu - HostName acu.epita.fr - User mercie_d - -Host lab - HostName acu.epita.fr - User mercie_d - IdentityFile ~/.ssh/rack - ForwardX11 yes - ForwardX11Trusted yes - DynamicForward *:3142 - -Host srs - HostName srs.epita.fr - User mercie_d - Compression yes - DynamicForward *:3141 -# LocalForward *:65527 10.226.3.63:22 # FIC purpose - -# Novaquark ########################################################### - -Host core - Hostname core.novaquark.com - Port 5251 - User proto - -Host helios1 - Hostname helios1.novaquark.com - Port 5050 - User root - -Host giotto - Hostname giotto.novaquark.com -# Port 5050 - User root + HostName nemunai.re + VerifyHostKeyDNS yes + Port 6422 + DynamicForward 3128 # Rescue ############################################################## Host alwaysdata HostName ssh.alwaysdata.com User nemunaire - -# Halo-Battle ######################################################### - -Host umanstudio - HostName server.umanstudio.net - User mercie_d - -Host otak - HostName 78.247.199.216 - User nemunaire