diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index f4aee59..baf34ea 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -18,5 +18,7 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" IdentityFile ~/.ssh/nym.pub IdentitiesOnly yes +Include work.config + Host git.sommerfeld.dev Hostname mandibles.wg |