diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:34:10 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:44:15 -0500 |
commit | 9bff30e23f5b974123874876db9cc57de0e67113 (patch) | |
tree | a6e28e7d1accc941ab35d0febcf689ea39740723 /.ssh | |
parent | update mako, nvim add prolog (diff) | |
download | dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.tar.gz dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.tar.bz2 dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.zip |
rebase laptop
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 48 |
1 files changed, 34 insertions, 14 deletions
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 - |