Initial commit
This commit is contained in:
commit
c7497d689a
31 changed files with 2149 additions and 0 deletions
63
.ssh/config
Normal file
63
.ssh/config
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
Host *
|
||||
ForwardAgent yes
|
||||
|
||||
Host epita
|
||||
HostName ssh.epita.fr
|
||||
User mercie_d
|
||||
|
||||
Host acu
|
||||
HostName acu.epita.fr
|
||||
User mercie_d
|
||||
|
||||
Host lab
|
||||
ForwardX11 yes
|
||||
ForwardX11Trusted yes
|
||||
HostName acu.epita.fr
|
||||
IdentityFile ~/.ssh/rack
|
||||
User mercie_d
|
||||
|
||||
Host fonera
|
||||
HostName ptah.p0m.fr
|
||||
Port 6224
|
||||
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 GConfs
|
||||
HostName web-modules.net
|
||||
# Port 42
|
||||
# HostName gconfs.org
|
||||
# Port 42000
|
||||
User gconfs
|
||||
|
||||
Host alwaysdata
|
||||
HostName ssh.alwaysdata.com
|
||||
User nemunaire
|
||||
Host clement
|
||||
HostName ssh.alwaysdata.com
|
||||
User clement280211
|
||||
|
||||
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