improvements

This commit is contained in:
2025-12-02 22:20:56 -05:00
parent 23d2a524a2
commit 4c29f51fc0
2 changed files with 15 additions and 10 deletions

15
common_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: