dotfiles/dot_ssh/private_config
2022-12-22 03:18:49 +01:00

12 lines
169 B
Text

# vim:ft=sshconfig
Host *
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ForwardAgent yes
StreamLocalBindUnlink yes
Include config.d/*
Host *
Port 22