diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:37:34 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:37:34 -0400 |
| commit | 6a96bfe3001319734912a9621cbc552baedca24b (patch) | |
| tree | d3e54b857e766490abe2bee85ddf077386a1a702 /home-config/ssh | |
| parent | f1a4a1f14967d2a41427c09599005abf080becd3 (diff) | |
SSH and GPG services
Diffstat (limited to 'home-config/ssh')
| -rw-r--r-- | home-config/ssh/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home-config/ssh/config b/home-config/ssh/config new file mode 100644 index 0000000..68d7dae --- /dev/null +++ b/home-config/ssh/config | |||
| @@ -0,0 +1,12 @@ | |||
| 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 * | ||
| 12 | KexAlgorithms -sntrup761x25519-sha512@openssh.com | ||
