diff options
Diffstat (limited to 'files/config/ssh/config')
-rw-r--r-- | files/config/ssh/config | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/files/config/ssh/config b/files/config/ssh/config deleted file mode 100644 index 4953469..0000000 --- a/files/config/ssh/config +++ /dev/null @@ -1,12 +0,0 @@ -Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" - -Host *.in.freya.cat - User root - -Host *.cs.rit.edu - User tam2214 - -Host * - HostkeyAlgorithms +ssh-rsa - PubkeyAcceptedKeyTypes +ssh-rsa - KexAlgorithms -sntrup761x25519-sha512@openssh.com |