diff options
Diffstat (limited to 'private_dot_ssh/config')
| -rw-r--r-- | private_dot_ssh/config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/private_dot_ssh/config b/private_dot_ssh/config new file mode 100644 index 0000000..1671625 --- /dev/null +++ b/private_dot_ssh/config @@ -0,0 +1,18 @@ +# Ensure KnownHosts are unreadable if leaked +HashKnownHosts yes + +Compression no +ControlMaster auto +ControlPersist 10 +AddressFamily inet +ServerAliveInterval 120 + +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +IdentityFile ~/.ssh/nym.pub +IdentitiesOnly yes + +Include work.config + +Host git.sommerfeld.dev + Hostname mandibles.wg |
