dotfiles/.ssh/config
2022-01-20 23:18:50 +09:00

16 lines
424 B
Plaintext

###################################################################
Host ju-server
User jaeus
# NOTE : Do not commit for security
Hostname 192.168.0.125
Port 13792
# ProxyCommand ssh -W %h:%p odroid
Host github.com
User git
# ProxyCommand ssh -W %h:%p odroid
###################################################################
# Proxy Server
Host odroid
Hostname 192.168.0.11
User jaeus