16 lines
417 B
Plaintext
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:
|