nnss/ssh_config

18 lines
523 B
Plaintext
Raw Permalink Normal View History

2025-01-30 15:43:45 -05:00
Include ${CREDENTIALS_DIRECTORY}/ssh_config
Host default
IdentitiesOnly yes
StreamLocalBindMask 0111
StreamLocalBindUnlink yes
DynamicForward ${RUNTIME_DIRECTORY}/sock
SessionType none
ExitOnForwardFailure yes
ServerAliveInterval 60
IdentityFile ${CREDENTIALS_DIRECTORY}/ssh_privatekey
StrictHostKeyChecking accept-new
UserKnownHostsFile ${STATE_DIRECTORY}/known_hosts
PermitLocalCommand yes
LocalCommand systemd-notify --ready
LogLevel VERBOSE
# vim:filetype=sshconfig