From db49f683129771d95828b01594c69431a717e8e8 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 4 Sep 2023 23:21:01 -0400 Subject: guix --- home-config/ssh/config | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 home-config/ssh/config (limited to 'home-config/ssh') diff --git a/home-config/ssh/config b/home-config/ssh/config new file mode 100644 index 0000000..d7db7a9 --- /dev/null +++ b/home-config/ssh/config @@ -0,0 +1,26 @@ +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host icarus + HostName icarus.tylerm.dev + User tylerm + +Host tardis + HostName tardis.tylerm.dev + User tylerm + Port 1111 + +Host stationery + HostName stationery.lol + User tylerm + +Host queeg + Hostname queeg.cs.rit.edu + User tam2214 + +Host nitron + Hostname nitron.cs.rit.edu + User tam2214 + +Host * + KexAlgorithms -sntrup761x25519-sha512@openssh.com + -- cgit v1.2.3-freya