diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-04 22:34:41 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-04 22:34:41 -0400 |
commit | 72da935ae271e0a6654a97460bf0d01ee4a95f24 (patch) | |
tree | 5ad88a8b465724994951d56c1b427f004e8f4878 /home-config/ssh | |
parent | UNFINISHED caddy package (diff) | |
download | dotfiles-guix-72da935ae271e0a6654a97460bf0d01ee4a95f24.tar.gz dotfiles-guix-72da935ae271e0a6654a97460bf0d01ee4a95f24.tar.bz2 dotfiles-guix-72da935ae271e0a6654a97460bf0d01ee4a95f24.zip |
freyaCA
Diffstat (limited to 'home-config/ssh')
-rw-r--r-- | home-config/ssh/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/ssh/config b/home-config/ssh/config index 65fad34..9bd4669 100644 --- a/home-config/ssh/config +++ b/home-config/ssh/config @@ -26,6 +26,6 @@ Host github.com User tam2214 IdentityFile /home/tylerm/.ssh/id_rit -Host * - KexAlgorithms -sntrup761x25519-sha512@openssh.com +#Host * +# KexAlgorithms -sntrup761x25519-sha512@openssh.com |