From 1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 23 Jan 2025 09:26:51 -0500 Subject: reconfigure --- nix/programs/ssh/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nix/programs/ssh/config (limited to 'nix/programs/ssh/config') diff --git a/nix/programs/ssh/config b/nix/programs/ssh/config new file mode 100644 index 0000000..4953469 --- /dev/null +++ b/nix/programs/ssh/config @@ -0,0 +1,12 @@ +Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host *.in.freya.cat + User root + +Host *.cs.rit.edu + User tam2214 + +Host * + HostkeyAlgorithms +ssh-rsa + PubkeyAcceptedKeyTypes +ssh-rsa + KexAlgorithms -sntrup761x25519-sha512@openssh.com -- cgit v1.2.3-freya