diff options
Diffstat (limited to 'nix/programs/ssh/config')
-rw-r--r-- | nix/programs/ssh/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nix/programs/ssh/config b/nix/programs/ssh/config new file mode 100644 index 0000000..4953469 --- /dev/null +++ b/nix/programs/ssh/config @@ -0,0 +1,12 @@ +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 |