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 *
|
Host *
|
||||||
|
Compression yes
|
||||||
ForwardAgent 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
|
Host epita
|
||||||
HostName ssh.epita.fr
|
HostName ssh.epita.fr
|
||||||
User mercie_d
|
User mercie_d
|
||||||
@ -10,58 +28,44 @@ Host acu
|
|||||||
User mercie_d
|
User mercie_d
|
||||||
|
|
||||||
Host lab
|
Host lab
|
||||||
|
HostName acu.epita.fr
|
||||||
|
User mercie_d
|
||||||
|
IdentityFile ~/.ssh/rack
|
||||||
ForwardX11 yes
|
ForwardX11 yes
|
||||||
ForwardX11Trusted yes
|
ForwardX11Trusted yes
|
||||||
HostName acu.epita.fr
|
|
||||||
IdentityFile ~/.ssh/rack
|
|
||||||
User mercie_d
|
|
||||||
DynamicForward *:3142
|
DynamicForward *:3142
|
||||||
|
|
||||||
Host srs
|
Host srs
|
||||||
HostName srs.epita.fr
|
HostName srs.epita.fr
|
||||||
IdentityFile ~/.ssh/rack
|
|
||||||
User mercie_d
|
User mercie_d
|
||||||
Compression yes
|
Compression yes
|
||||||
DynamicForward *:3141
|
DynamicForward *:3141
|
||||||
LocalForward *:65527 10.226.3.63:22
|
# LocalForward *:65527 10.226.3.63:22 # FIC purpose
|
||||||
|
|
||||||
Host fonera
|
# Novaquark ###########################################################
|
||||||
HostName ptah.p0m.fr
|
|
||||||
Port 6224
|
Host core
|
||||||
|
Hostname core.novaquark.com
|
||||||
|
Port 5251
|
||||||
|
User proto
|
||||||
|
|
||||||
|
Host helios1
|
||||||
|
Hostname helios1.novaquark.com
|
||||||
|
Port 5050
|
||||||
User root
|
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
|
Host giotto
|
||||||
ForwardX11 yes
|
Hostname giotto.novaquark.com
|
||||||
ForwardX11Trusted yes
|
# Port 5050
|
||||||
|
User root
|
||||||
|
|
||||||
Host GConfs
|
# Rescue ##############################################################
|
||||||
HostName web-modules.net
|
|
||||||
# Port 42
|
|
||||||
# HostName gconfs.org
|
|
||||||
# Port 42000
|
|
||||||
User gconfs
|
|
||||||
|
|
||||||
Host alwaysdata
|
Host alwaysdata
|
||||||
HostName ssh.alwaysdata.com
|
HostName ssh.alwaysdata.com
|
||||||
User nemunaire
|
User nemunaire
|
||||||
Host clement
|
|
||||||
HostName ssh.alwaysdata.com
|
# Halo-Battle #########################################################
|
||||||
User clement280211
|
|
||||||
|
|
||||||
Host umanstudio
|
Host umanstudio
|
||||||
HostName server.umanstudio.net
|
HostName server.umanstudio.net
|
||||||
|
Loading…
Reference in New Issue
Block a user