diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-08-26 10:02:41 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-08-26 10:02:59 -0400 |
commit | 7b8185c6ca47a6b6d27cefcd816c49e2bd7cd591 (patch) | |
tree | 73300dad65b874b573aca4f50f67cc32984edc0b /home-config | |
parent | 08263029b9253c794b2eb67628250c80ebdac341 (diff) |
various thinkpad changes
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-config/ssh/config b/home-config/ssh/config index 45132d7..90db93a 100644 --- a/home-config/ssh/config +++ b/home-config/ssh/config | |||
@@ -16,5 +16,9 @@ Host rncorepub | |||
16 | Hostname 5.161.89.186 | 16 | Hostname 5.161.89.186 |
17 | User root | 17 | User root |
18 | 18 | ||
19 | Host 192.168.216.1 | ||
20 | HostkeyAlgorithms +ssh-rsa | ||
21 | PubkeyAcceptedAlgorithms +ssh-rsa | ||
22 | |||
19 | Host * | 23 | Host * |
20 | KexAlgorithms -sntrup761x25519-sha512@openssh.com | 24 | KexAlgorithms -sntrup761x25519-sha512@openssh.com |