Skip to content

Commit

Permalink
Add new ssh key formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kozlov authored and Max Kozlov committed Feb 13, 2024
1 parent e22a5c1 commit 3085174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Posh-SSH/Posh-SSH.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -3160,6 +3160,8 @@ function Get-SSHTrustedHost
"ecdsa-sha2-nistp256",
"ecdsa-sha2-nistp384",
"ecdsa-sha2-nistp521",
"ssh-rsa-sha512",
"ssh-rsa-sha256",
"ssh-rsa",
"ssh-dss"
)]
Expand Down

0 comments on commit 3085174

Please sign in to comment.