diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:35 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:35 +0100 |
| commit | 10b83c2c08eb7b102333d690c31b322dabc0719f (patch) | |
| tree | 8491b8a19f7005b60849c7c5ca392de5298288e8 /private_dot_ssh | |
| parent | f2f339db8811b8ff1169bade79abc77027e83142 (diff) | |
| download | dotfiles-10b83c2c08eb7b102333d690c31b322dabc0719f.tar.gz dotfiles-10b83c2c08eb7b102333d690c31b322dabc0719f.tar.bz2 dotfiles-10b83c2c08eb7b102333d690c31b322dabc0719f.zip | |
Set SSH identities for personal and work access
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 |
