diff options
| author | 2026-04-21 01:23:18 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:18 +0100 | |
| commit | 9b2af4dd6c73ea57cc921f41120db7a2700e806d (patch) | |
| tree | 66ee69c6d3ece244888ad4a44016e861700059ef /home/.ssh/config | |
| parent | 288f0dd4757f373a4ef7293020d2be94c983f502 (diff) | |
| download | dotfiles-9b2af4dd6c73ea57cc921f41120db7a2700e806d.tar.gz dotfiles-9b2af4dd6c73ea57cc921f41120db7a2700e806d.tar.bz2 dotfiles-9b2af4dd6c73ea57cc921f41120db7a2700e806d.zip | |
refactor: remove stow home/ directory (preparing for chezmoi source state)
Diffstat (limited to 'home/.ssh/config')
| -rw-r--r-- | home/.ssh/config | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/home/.ssh/config b/home/.ssh/config deleted file mode 100644 index 1671625..0000000 --- a/home/.ssh/config +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |
