24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
#### Home SSH Config
|
|
host home
|
|
hostname home.ahoskingit.com
|
|
user ahosking
|
|
|
|
host home-decrypt
|
|
hostname 192.168.1.187
|
|
user root
|
|
port 4422
|
|
|
|
host git.ahoskingit.com
|
|
hostname git.ahoskingit.com
|
|
port 9022
|
|
|
|
host home-desktop
|
|
hostname 192.168.1.187
|
|
user ahosking
|
|
ProxyCommand ssh -fNg -R 8700:localhost:22 -p 87 home -W %h:%p
|
|
|
|
host home-server
|
|
hostname 192.168.1.15
|
|
user ahosking
|
|
ProxyCommand ssh -fNg -R 8700:localhost:22 -p 87 home -W %h:%p
|