diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-24 01:47:36 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-24 01:47:36 -0400 |
| commit | 6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 (patch) | |
| tree | 47177652c89aeafe7dde2396277c76e1c464eec1 /home-config/ssh | |
| parent | 72d1c1aae5c6ef87a88e81111a74d7b041c57a22 (diff) | |
remove old filesand bump nix-files
Diffstat (limited to 'home-config/ssh')
| -rw-r--r-- | home-config/ssh/config | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/home-config/ssh/config b/home-config/ssh/config deleted file mode 100644 index 90db93a..0000000 --- a/home-config/ssh/config +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" | ||
| 2 | |||
| 3 | Host rocApex | ||
| 4 | HostName 129.158.232.104 | ||
| 5 | User root | ||
| 6 | |||
| 7 | Host linode | ||
| 8 | HostName 97.107.142.58 | ||
| 9 | User root | ||
| 10 | |||
| 11 | Host hetzner | ||
| 12 | HostName 5.161.207.21 | ||
| 13 | User root | ||
| 14 | |||
| 15 | Host rncorepub | ||
| 16 | Hostname 5.161.89.186 | ||
| 17 | User root | ||
| 18 | |||
| 19 | Host 192.168.216.1 | ||
| 20 | HostkeyAlgorithms +ssh-rsa | ||
| 21 | PubkeyAcceptedAlgorithms +ssh-rsa | ||
| 22 | |||
| 23 | Host * | ||
| 24 | KexAlgorithms -sntrup761x25519-sha512@openssh.com | ||
