Skip to content

Commit

Permalink
Update HostKeyAlgorithm ValidateSet for New-SSHTrustedHost
Browse files Browse the repository at this point in the history
  • Loading branch information
MVKozlov authored Jul 1, 2024
1 parent 68ce4e0 commit 2ea3ebd
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",
"rsa-sha2-512",
"rsa-sha2-256",
"ssh-rsa",
"ssh-dss"
)]
Expand Down

0 comments on commit 2ea3ebd

Please sign in to comment.