home-config/ssh/config
c4ce810a76147c25498638865b1eff3c5e68e258
· 343 B · 20 lines
raw
| 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 * |
| 20 | KexAlgorithms -sntrup761x25519-sha512@openssh.com |