From bc52f019b2e682fef3af1415908423ea753925f1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 30 May 2017 00:19:55 +0200 Subject: fix ssh config --- ssh/config | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/ssh/config b/ssh/config index c12c550..ca6e047 100644 --- a/ssh/config +++ b/ssh/config @@ -2,7 +2,6 @@ Ciphers aes256-ctr,aes128-ctr,aes256-gcm@openssh.com,aes128-gcm@openssh.com,cha Macs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160 Host * - ProxyCommand ssh -q pan nc -q0 -w1 %h %p IdentityFile ~/.ssh/id_ff_rsa IdentitiesOnly yes PasswordAuthentication no @@ -11,72 +10,72 @@ Host * ################################# ## KVM host @ spektral -Host ffspektral +Host spektral Hostname spektral.ffgraz.net -Host ffoldgw +Host oldgw Hostname oldgw.ffgraz.net -Host ffgw-cc +Host gw-cc Hostname gw-cc.ffgraz.net -Host ffstats +Host stats Hostname stats.ffgraz.net -Host ffwww +Host www Hostname www.ffgraz.net -Host ffgit +Host git Hostname git.ffgraz.net User git -Host ffbuild +Host build Hostname build.ffgraz.net User builder -Host ffbuild2 +Host build2 Hostname server88.ffgraz.net -Host fftun +Host tun Hostname tun.ffgraz.net -Host ffconftun +Host conftun Hostname conftun.ffgraz.net ################################# ## KVM host @ mur.at -Host ffmur +Host mur Hostname mur.ffgraz.net -Host ffgw-mur +Host gw-mur Hostname gw-mur.ffgraz.net -Host ffdebian +Host debian Hostname debian.ffgraz.net -Host ffspider +Host spider Hostname spider.ffgraz.net ################################# ## KVM host @ TU Bibliothek -Host fftub +Host tub Hostname tub.ffgraz.net -Host ffgw-wien +Host gw-wien Hostname gw-wien.ffgraz.net -Host ffdvb +Host dvb Hostname dvb.ffgraz.net -Host ffnodedb +Host nodedb Hostname nodedb.ffgraz.net -Host ffnodedbstage +Host nodedbstage Hostname nodedb-staging.ffgraz.net -- cgit v1.2.1