add SSH RSA Support
parent
d97042a1c0
commit
7d0060c438
2 changed files with 10 additions and 0 deletions
9
SSH-RSA-Support.md
Normal file
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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue