fixed #9830 - add ssh-rsa to default algos

This commit is contained in:
Eugene 2024-08-24 12:38:23 +02:00
parent 2671e55fbf
commit 1dc6a627fd
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -25,6 +25,7 @@ export const defaultAlgorithms = {
'ecdsa-sha2-nistp521',
'rsa-sha2-256',
'rsa-sha2-512',
'ssh-rsa',
],
[SSHAlgorithmType.CIPHER]: [
'chacha20-poly1305@openssh.com',