aadcee64fcd03008e1c59951c365127553a213da
commit aadcee64fcd03008e1c59951c365127553a213da
Author: Simon Watson <spw01@protonmail.com>
Date: Thu Oct 7 10:03:04 2021 -0400

Alias for old ssh daemons

diff --git a/bashrc/bashrc-all b/bashrc/bashrc-all
index edb9453..7750473 100644
--- a/bashrc/bashrc-all
+++ b/bashrc/bashrc-all
@@ -78,6 +78,8 @@ case $(hostname) in
PS1=${ORIG}${TITLE}
}

+
+ alias ssh-old="ssh -oKexAlgorithms=+diffie-hellman-group1-sha1"

echo "Loaded Work Fedora config"
;;