diff options
Diffstat (limited to 'private_dot_ssh')
| -rw-r--r-- | private_dot_ssh/config | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/private_dot_ssh/config b/private_dot_ssh/config index 0045e68..8df3687 100644 --- a/private_dot_ssh/config +++ b/private_dot_ssh/config @@ -6,11 +6,14 @@ ControlMaster auto ControlPersist 10 AddressFamily inet ServerAliveInterval 120 - -Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" - -IdentityFile ~/.ssh/nym.pub IdentitiesOnly yes Host git.sommerfeld.dev Hostname mandibles.wg + +Include work.config + +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Match host *.wg,*.pulpo + IdentityFile ~/.ssh/nym.pub |
