1
0
.dotfiles/home/.ssh/config

27 lines
448 B
Plaintext
Raw Normal View History

2014-02-28 23:42:51 +00:00
Host *
ForwardAgent no
ForwardX11 no
ForwardX11Trusted yes
Port 22
Protocol 2
ServerAliveInterval 60
ServerAliveCountMax 30
# All hosts here prohibit password based logins, so don't get any ideas. ;)
Host socks
HostName kirsle.net
User kirsle
PasswordAuthentication no
DynamicForward 8080
Host kirsle
HostName kirsle.net
User kirsle
PasswordAuthentication no
Host caskir
HostName caskir.com
User noah
PasswordAuthentication no