Proper ssh/config
This commit is contained in:
parent
8f7f83a949
commit
6a4d28cc46
1 changed files with 7 additions and 68 deletions
67
.ssh/config
67
.ssh/config
|
|
@ -4,6 +4,9 @@ Host *
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
||||||
|
|
||||||
|
Host *.nemunai.re
|
||||||
|
VerifyHostKeyDNS yes
|
||||||
|
|
||||||
# Home ################################################################
|
# Home ################################################################
|
||||||
|
|
||||||
Host home
|
Host home
|
||||||
|
|
@ -12,72 +15,8 @@ Host home
|
||||||
Port 6422
|
Port 6422
|
||||||
DynamicForward 3128
|
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
|
|
||||||
|
|
||||||
# Rescue ##############################################################
|
# Rescue ##############################################################
|
||||||
|
|
||||||
Host alwaysdata
|
Host alwaysdata
|
||||||
HostName ssh.alwaysdata.com
|
HostName ssh.alwaysdata.com
|
||||||
User nemunaire
|
User nemunaire
|
||||||
|
|
||||||
# Halo-Battle #########################################################
|
|
||||||
|
|
||||||
Host umanstudio
|
|
||||||
HostName server.umanstudio.net
|
|
||||||
User mercie_d
|
|
||||||
|
|
||||||
Host otak
|
|
||||||
HostName 78.247.199.216
|
|
||||||
User nemunaire
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue