From 7d0060c43846af1a2a9cde23df0fb8681420f6ab Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:55:04 -0500 Subject: [PATCH] add SSH RSA Support --- SSH-RSA-Support.md | 9 +++++++++ _Sidebar.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 SSH-RSA-Support.md diff --git a/SSH-RSA-Support.md b/SSH-RSA-Support.md new file mode 100644 index 0000000..15c1777 --- /dev/null +++ b/SSH-RSA-Support.md @@ -0,0 +1,9 @@ +## SSH RSA Support + +Re-enable deprecated RSA key support in OpenSSH: + +``` +HostKeyAlgorithms +ssh-rsa +PubkeyAcceptedKeyTypes +ssh-rsa-cert-v01@openssh.com +``` + diff --git a/_Sidebar.md b/_Sidebar.md index 80d7439..a7a3387 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -47,6 +47,7 @@ - [[Recover Deleted ext3]] - [[Recursive Unzip]] - [[Roku Info]] +- [[SSH-RSA-Support]] - [[SSL Certgen]] - [[Samba OSX]] - [[Server Notes]]