dotfiles/dot_ssh/private_config

13 lines
169 B
Text
Raw Normal View History

2022-12-22 03:18:49 +01:00
# vim:ft=sshconfig
2022-12-05 11:10:01 +01:00
Host *
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ForwardAgent yes
StreamLocalBindUnlink yes
Include config.d/*
Host *
Port 22