dotfiles/dot_ssh/private_config

13 lines
175 B
Text
Raw Normal View History

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