From 9bff30e23f5b974123874876db9cc57de0e67113 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 22 Jan 2024 18:34:10 -0500 Subject: rebase laptop --- .ssh/config | 48 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 14 deletions(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index b725e6b..5745621 100644 --- a/.ssh/config +++ b/.ssh/config @@ -10,26 +10,46 @@ host jolteon Host yveltal HostName yveltal.freya.cat - User freya + User root + Port 1111 + +Host yveltal.local + HostName 192.168.0.126 + User root Port 1111 +Host yveltal.ospf + Hostname 10.1.1.1 + User root + Port 22 + +Host yveltal.router + Hostname 10.1.3.1 + User root + Port 22 + +Host yveltal.services + Hostname 10.1.3.129 + User root + Port 22 + +Host yveltal.plex + Hostname 10.1.3.73 + User root + Port 22 + +Host yveltal.minecraft + Hostname 10.1.3.13 + User root + Port 22 + 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 redcom + Hostname fmurphy-dev.redcom.com + User fmurphy Host * KexAlgorithms -sntrup761x25519-sha512@openssh.com - -- cgit v1.2.3-freya