Files
diyvpn/diyvpn_sshconfig
T
2025-12-02 18:17:43 -05:00

16 lines
417 B
Plaintext

Include ${SSH_CFG_PATH}
Host default
IdentitiesOnly yes
StreamLocalBindMask 0111 # TODO: check this
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: