improvements
This commit is contained in:
15
common_sshconfig
Normal file
15
common_sshconfig
Normal 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:
|
||||
Reference in New Issue
Block a user