add SSH RSA Support

tengel 2024-03-20 11:55:04 -05:00
parent d97042a1c0
commit 7d0060c438
2 changed files with 10 additions and 0 deletions

9
SSH-RSA-Support.md Normal file

@ -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
```

@ -47,6 +47,7 @@
- [[Recover Deleted ext3]]
- [[Recursive Unzip]]
- [[Roku Info]]
- [[SSH-RSA-Support]]
- [[SSL Certgen]]
- [[Samba OSX]]
- [[Server Notes]]