diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:57:53 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:57:53 -0400 |
| commit | e0f2eb724245e02cb247b644f0947261d8665318 (patch) | |
| tree | 13f929df40059d37165cbe46be95a6404a1bbecb /programs/ssh/config | |
| parent | refactor styles to new color scheme basis (diff) | |
| download | dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.gz dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.bz2 dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.zip | |
remove nix dir and move out all sub modules
Diffstat (limited to 'programs/ssh/config')
| -rw-r--r-- | programs/ssh/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/programs/ssh/config b/programs/ssh/config new file mode 100644 index 0000000..5ae97b6 --- /dev/null +++ b/programs/ssh/config @@ -0,0 +1,12 @@ +Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host *.in.freya.cat cid.freya.cat alivemc.net + User root + +Host *.cs.rit.edu + User tam2214 + +Host * + HostkeyAlgorithms +ssh-rsa + PubkeyAcceptedKeyTypes +ssh-rsa + KexAlgorithms -sntrup761x25519-sha512@openssh.com |