From 3085174cde6dd11de3249a44187b02c0d9076301 Mon Sep 17 00:00:00 2001 From: Max Kozlov <{ID}+{username}@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:55:52 +0300 Subject: [PATCH] Add new ssh key formats close #564 --- Posh-SSH/Posh-SSH.psm1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Posh-SSH/Posh-SSH.psm1 b/Posh-SSH/Posh-SSH.psm1 index c146597..e1ff92b 100644 --- a/Posh-SSH/Posh-SSH.psm1 +++ b/Posh-SSH/Posh-SSH.psm1 @@ -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" )]