mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 02:50:00 +00:00
fixed #9830 - add ssh-rsa to default algos
This commit is contained in:
parent
2671e55fbf
commit
1dc6a627fd
@ -25,6 +25,7 @@ export const defaultAlgorithms = {
|
||||
'ecdsa-sha2-nistp521',
|
||||
'rsa-sha2-256',
|
||||
'rsa-sha2-512',
|
||||
'ssh-rsa',
|
||||
],
|
||||
[SSHAlgorithmType.CIPHER]: [
|
||||
'chacha20-poly1305@openssh.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user