Files
diyvpn/common_sshconfig

16 lines
398 B
Plaintext

Include ${SSH_CFG_PATH}
Host default
IdentitiesOnly yes
StreamLocalBindMask 0117
StreamLocalBindUnlink yes
DynamicForward ${RUNTIME_DIRECTORY}/sock
SessionType none
ExitOnForwardFailure yes
ServerAliveInterval 60
StrictHostKeyChecking accept-new
PermitLocalCommand yes
LocalCommand systemd-notify --ready
LogLevel VERBOSE
# vim: set filetype=sshconfig: