diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-04 12:05:12 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-04 12:05:12 -0400 |
commit | ee81d5a4cd86a24635fedb57cd694cfabf50e38b (patch) | |
tree | dea411ee2420d4b4d1919b82d1ca56caf563a03d /.ssh | |
parent | men (diff) | |
download | dotfiles-arch-ee81d5a4cd86a24635fedb57cd694cfabf50e38b.tar.gz dotfiles-arch-ee81d5a4cd86a24635fedb57cd694cfabf50e38b.tar.bz2 dotfiles-arch-ee81d5a4cd86a24635fedb57cd694cfabf50e38b.zip |
update hyprland, ssh config, remove liks tpm, other stuff
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 44 |
1 files changed, 24 insertions, 20 deletions
diff --git a/.ssh/config b/.ssh/config index db271fa..2908047 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,46 +1,49 @@ Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" -Host garchomp - HostName garchomp.freya.cat +Host shun* + HostName shun.freya.cat user freya -Host yveltal +Host *.in.freya.cat + User root + +Host lenga HostName 10.2.0.8 User root Port 1111 -Host yveltal.ospf - HostName 10.1.1.1 +Host ospf.lenga* + HostName ospf.lenga.in.freya.cat User root Port 22 -Host yveltal.router - HostName 10.1.3.1 +Host router.lenga* + HostName router.lenga.in.freya.cat User root Port 22 -Host yveltal.services - HostName 10.1.3.129 +Host services.lenga* + HostName services.lenga.in.freya.cat User root Port 22 -Host yveltal.plex - HostName 10.1.3.73 +Host plex.lenga* + HostName plex.lenga.in.freya.cat User root Port 22 -Host yveltal.minecraft - HostName 10.1.3.13 +Host minecraft.lenga* + HostName minecraft.lenga.in.freya.cat User root Port 22 -Host tangela - HostName 10.1.4.200 +Host tangela* + HostName tangela.in.freya.cat User root Port 22 -Host tangela.router - HostName 10.1.4.1 +Host router.tangela* + HostName router.tangela.in.freya.cat User root Port 22 @@ -52,9 +55,10 @@ Host redcom HostName fmurphy-dev.redcom.com User fmurphy -Host g.freya.cat - HostkeyAlgorithms +ssh-rsa - PubkeyAcceptedKeyTypes +ssh-rsa +Host *.cs.rit.edu + User tam2214 Host * + HostkeyAlgorithms +ssh-rsa + PubkeyAcceptedKeyTypes +ssh-rsa KexAlgorithms -sntrup761x25519-sha512@openssh.com |