| 12345678910111213141516171819202122232425262728 |
- StrictHostKeyChecking no
- HashKnownHosts no
- ControlMaster auto
- ControlPath ~/.ssh/%r@%h:%p
- ControlPersist 5
- ServerAliveInterval 180
- Host dev
- HostName localhost
- ForwardAgent yes
- User aurelia
- Port 10022
- RequestTTY yes
- LocalForward 5000 local.bnch.us:5000
- LocalForward 5002 local.bnch.us:5002
- RemoteCommand cd /src; exec zsh
- StrictHostKeyChecking no
- UserKnownHostsFile /dev/null
- XAuthLocation /opt/X11/bin/xauth
- ForwardX11 yes
- ForwardX11Timeout 2147423s
- Host localhost
- ForwardAgent yes
- StrictHostKeyChecking no
- PasswordAuthentication no
- UserKnownHostsFile /dev/null
|