From 849ab46bd68fd8e8c275cfa8b918a16cfcd59642 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 27 Nov 2023 13:03:12 -0500 Subject: initial --- .ssh/config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .ssh/config (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..b725e6b --- /dev/null +++ b/.ssh/config @@ -0,0 +1,35 @@ +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +host garchomp + hostname garchomp.freya.cat + user freya + +host jolteon + hostname jolteon.freya.cat + user freya + +Host yveltal + HostName yveltal.freya.cat + User freya + Port 1111 + +Host stationery + HostName stationery.faith + User freya + +Host queeg + Hostname queeg.cs.rit.edu + User tam2214 + +Host nitron + Hostname nitron.cs.rit.edu + User tam2214 + +Host github.com + Hostname github.com + User tam2214 + IdentityFile /home/freya/.ssh/id_rit + +Host * + KexAlgorithms -sntrup761x25519-sha512@openssh.com + -- cgit v1.2.3-freya