diff options
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/config | 39 |
1 files changed, 19 insertions, 20 deletions
@@ -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 |