1
0
.dotfiles/home/.ssh/config

41 lines
694 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
2016-01-15 01:09:24 +00:00
UseRoaming no
2014-02-28 23:42:51 +00:00
# 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 kirsle
2014-02-28 23:42:51 +00:00
PasswordAuthentication no
ForwardAgent yes
Host mtgit git.mtsvc.net
2016-06-06 17:15:27 +00:00
HostName git.mtsvc.net
User git
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 30s
Host omega
2016-06-06 17:15:27 +00:00
HostName omega.mtsvc.net
User npetherbridge
ForwardAgent yes