From 6a96bfe3001319734912a9621cbc552baedca24b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Wed, 17 May 2023 00:37:34 -0400 Subject: SSH and GPG services --- home-config/ssh/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home-config/ssh/config (limited to 'home-config/ssh/config') diff --git a/home-config/ssh/config b/home-config/ssh/config new file mode 100644 index 0000000..68d7dae --- /dev/null +++ b/home-config/ssh/config @@ -0,0 +1,12 @@ +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host rocApex + HostName 129.158.232.104 + User root + +Host linode + HostName 97.107.142.58 + User root + +Host * + KexAlgorithms -sntrup761x25519-sha512@openssh.com -- cgit v1.2.3