ssh_config: add novaquark server
This commit is contained in:
parent
b675b15140
commit
71c7623320
74
.ssh/config
74
.ssh/config
@ -1,6 +1,24 @@
|
||||
Host *
|
||||
Compression yes
|
||||
ForwardAgent yes
|
||||
|
||||
# Home ################################################################
|
||||
|
||||
Host home
|
||||
HostName nemunai.re
|
||||
Port 6422
|
||||
DynamicForward 3128
|
||||
|
||||
Host fonera
|
||||
HostName ptah.p0m.fr
|
||||
Port 6224
|
||||
User root
|
||||
Compression yes
|
||||
CompressionLevel 9
|
||||
DynamicForward 3129
|
||||
|
||||
# Epita ###############################################################
|
||||
|
||||
Host epita
|
||||
HostName ssh.epita.fr
|
||||
User mercie_d
|
||||
@ -10,58 +28,44 @@ Host acu
|
||||
User mercie_d
|
||||
|
||||
Host lab
|
||||
HostName acu.epita.fr
|
||||
User mercie_d
|
||||
IdentityFile ~/.ssh/rack
|
||||
ForwardX11 yes
|
||||
ForwardX11Trusted yes
|
||||
HostName acu.epita.fr
|
||||
IdentityFile ~/.ssh/rack
|
||||
User mercie_d
|
||||
DynamicForward *:3142
|
||||
|
||||
Host srs
|
||||
HostName srs.epita.fr
|
||||
IdentityFile ~/.ssh/rack
|
||||
User mercie_d
|
||||
Compression yes
|
||||
DynamicForward *:3141
|
||||
LocalForward *:65527 10.226.3.63:22
|
||||
# LocalForward *:65527 10.226.3.63:22 # FIC purpose
|
||||
|
||||
Host fonera
|
||||
HostName ptah.p0m.fr
|
||||
Port 6224
|
||||
# Novaquark ###########################################################
|
||||
|
||||
Host core
|
||||
Hostname core.novaquark.com
|
||||
Port 5251
|
||||
User proto
|
||||
|
||||
Host helios1
|
||||
Hostname helios1.novaquark.com
|
||||
Port 5050
|
||||
User root
|
||||
IdentityFile ~/.ssh/fonera
|
||||
Compression yes
|
||||
CompressionLevel 9
|
||||
LocalForward 2774 localhost:2774
|
||||
LocalForward 2775 localhost:2775
|
||||
LocalForward 2776 localhost:2776
|
||||
LocalForward 2777 localhost:2777
|
||||
LocalForward 2778 localhost:2778
|
||||
LocalForward 3129 localhost:3128
|
||||
LocalForward 3389 192.168.1.14:3389
|
||||
LocalForward 6667 irc.supelec.rezosup.org:6667
|
||||
LocalForward 8081 localhost:80
|
||||
LocalForward 8082 192.168.1.1:80
|
||||
LocalForward 8083 192.168.1.10:8080
|
||||
LocalForward 9092 localhost:9091
|
||||
|
||||
Host khonsou
|
||||
ForwardX11 yes
|
||||
ForwardX11Trusted yes
|
||||
Host giotto
|
||||
Hostname giotto.novaquark.com
|
||||
# Port 5050
|
||||
User root
|
||||
|
||||
Host GConfs
|
||||
HostName web-modules.net
|
||||
# Port 42
|
||||
# HostName gconfs.org
|
||||
# Port 42000
|
||||
User gconfs
|
||||
# Rescue ##############################################################
|
||||
|
||||
Host alwaysdata
|
||||
HostName ssh.alwaysdata.com
|
||||
User nemunaire
|
||||
Host clement
|
||||
HostName ssh.alwaysdata.com
|
||||
User clement280211
|
||||
|
||||
# Halo-Battle #########################################################
|
||||
|
||||
Host umanstudio
|
||||
HostName server.umanstudio.net
|
||||
|
Loading…
Reference in New Issue
Block a user