Aggiunta host personali in repo.
This commit is contained in:
parent
259a014d3c
commit
7332d991fc
12 changed files with 203 additions and 0 deletions
31
sshconfig/30-bglug
Normal file
31
sshconfig/30-bglug
Normal file
|
@ -0,0 +1,31 @@
|
|||
# vim:sts=4:sw=4:ft=sshconfig
|
||||
### BgLUG ###
|
||||
|
||||
Host bglug-old
|
||||
HostName 79.137.32.133
|
||||
Port 22
|
||||
User root
|
||||
|
||||
Host bglug-main
|
||||
HostName 173.212.234.254
|
||||
Port 28375
|
||||
User root
|
||||
|
||||
Host vomitino
|
||||
HostName 10.1.254.10
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ProxyCommand ssh -W %h:%p phobos
|
||||
LocalForward 8080 localhost:80
|
||||
LocalForward 8443 192.168.45.100:8443
|
||||
|
||||
|
||||
### ServerBGlug esterno ###
|
||||
Host reposrv
|
||||
Hostname net.fusili.net
|
||||
Port 1234
|
||||
|
||||
Host reposrv-local
|
||||
Hostname 192.168.1.1
|
||||
Port 1234
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue