From 05ea082c5fed25655e59ed7851c0cd53b0624b35 Mon Sep 17 00:00:00 2001 From: freya Date: Tue, 21 Jan 2025 02:43:35 +0000 Subject: initial --- files/config/ssh/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 files/config/ssh/config (limited to 'files/config/ssh') diff --git a/files/config/ssh/config b/files/config/ssh/config new file mode 100644 index 0000000..4953469 --- /dev/null +++ b/files/config/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