stuff
This commit is contained in:
parent
0083bc65b7
commit
e7371b3e83
6 changed files with 48 additions and 26 deletions
24
.ssh/config
24
.ssh/config
|
@ -5,16 +5,32 @@ Host *
|
|||
|
||||
Include ~/.ssh/bwnodes
|
||||
|
||||
Host akamai.lan.c3voc.de
|
||||
User root
|
||||
|
||||
Host cloudflare.lan.c3voc.de
|
||||
User root
|
||||
|
||||
Host fastly.lan.c3voc.de
|
||||
User root
|
||||
|
||||
Host *.lan.c3voc.de
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
#Host 10.73.200.201
|
||||
# User voc
|
||||
|
||||
Host 172.19.138.4
|
||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||
|
||||
Host voc-servercase-switch
|
||||
HostName 10.73.0.253
|
||||
HostName 10.73.200.200
|
||||
KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
|
||||
HostKeyAlgorithms ssh-dss,ssh-rsa
|
||||
Ciphers aes128-cbc,3des-cbc
|
||||
SetEnv TERM=xterm-256color
|
||||
User admin
|
||||
|
||||
Host 10.73.200.101
|
||||
User voc
|
||||
|
||||
Host r3spluto
|
||||
HostName r3spluto.ffdus.de
|
||||
Port 62969
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue