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]]