initial commit

This commit is contained in:
2025-01-30 15:43:45 -05:00
commit c76d512806
8 changed files with 152 additions and 0 deletions

17
ssh_config Normal file
View File

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