ssh
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
6bf4ee327c
commit
1b840f48a7
1 changed files with 17 additions and 6 deletions
|
@ -1,17 +1,13 @@
|
||||||
VisualHostKey=yes
|
VisualHostKey=yes
|
||||||
IdentityFile ~/.ssh/id_rsa.auth
|
IdentityFile ~/.ssh/id_rsa.auth
|
||||||
IdentityFile ~/.ssh/id_rsa.git
|
IdentityFile ~/.ssh/id_rsa.git
|
||||||
IdentityFile ~/.ssh/id_dsa
|
|
||||||
|
|
||||||
#Host *
|
host *
|
||||||
# KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
user root
|
||||||
|
|
||||||
###Compression yes
|
###Compression yes
|
||||||
#
|
#
|
||||||
host vi-di.fr
|
host vi-di.fr
|
||||||
hostname 178.250.210.95
|
|
||||||
port 1337
|
|
||||||
host 178.250.210.95
|
|
||||||
port 1337
|
port 1337
|
||||||
host 192.168.42.1
|
host 192.168.42.1
|
||||||
port 1337
|
port 1337
|
||||||
|
@ -40,3 +36,18 @@ host waterdistrib.murtas
|
||||||
user root
|
user root
|
||||||
ProxyCommand ssh root@11.42.1.9 -W 192.168.50.13:%p
|
ProxyCommand ssh root@11.42.1.9 -W 192.168.50.13:%p
|
||||||
|
|
||||||
|
|
||||||
|
host sokubeinfra
|
||||||
|
user root
|
||||||
|
hostname 141.94.29.75
|
||||||
|
|
||||||
|
host sokubeinfra2
|
||||||
|
user root
|
||||||
|
hostname 162.19.88.202
|
||||||
|
|
||||||
|
host frank.villaro-dixon.eu
|
||||||
|
user c25aa_frank
|
||||||
|
|
||||||
|
host wiki.viledi.ch
|
||||||
|
user c25aa_wiki_viledi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue