Skip to content

Commit

Permalink
fixed #9830 - add ssh-rsa to default algos
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 24, 2024
1 parent 2671e55 commit 1dc6a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabby-ssh/src/algorithms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const defaultAlgorithms = {
'ecdsa-sha2-nistp521',
'rsa-sha2-256',
'rsa-sha2-512',
'ssh-rsa',
],
[SSHAlgorithmType.CIPHER]: [
'[email protected]',
Expand Down

0 comments on commit 1dc6a62

Please sign in to comment.