add generator script

This commit is contained in:
2025-12-02 18:17:43 -05:00
parent 106b6fa915
commit 23d2a524a2
2 changed files with 75 additions and 0 deletions

15
diyvpn_sshconfig Normal file
View File

@@ -0,0 +1,15 @@
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: