diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-20 23:53:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-20 23:53:45 -0400 |
commit | adf9468e7a4dcd88f38233e9fc99f99610f080bc (patch) | |
tree | 26cb567a45836e963e7a9d9380ace8910dfb7268 /home-config/ssh/config | |
parent | c5bc1749c7a31d17fb5a3a122674e078086bb7d2 (diff) |
broken flakes atm, migrated nix to symlinks, added new hetzner host
Diffstat (limited to 'home-config/ssh/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 1b8e4bf..45132d7 100644 --- a/home-config/ssh/config +++ b/home-config/ssh/config | |||
@@ -12,5 +12,9 @@ Host hetzner | |||
12 | HostName 5.161.207.21 | 12 | HostName 5.161.207.21 |
13 | User root | 13 | User root |
14 | 14 | ||
15 | Host rncorepub | ||
16 | Hostname 5.161.89.186 | ||
17 | User root | ||
18 | |||
15 | Host * | 19 | Host * |
16 | KexAlgorithms -sntrup761x25519-sha512@openssh.com | 20 | KexAlgorithms -sntrup761x25519-sha512@openssh.com |