-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openssh key type: ssh-rsa is not supported #388
Comments
For RSA it is only the old format, the newer format is still held up as a PR for the library sshnet/SSH.NET#614 <sshnet/SSH.NET#614>
… On Apr 15, 2021, at 11:34 AM, Andrew Roe ***@***.***> wrote:
Having trouble using priv/pub key to connect using Posh-ssh. I was under the impression RSA keys were supported - I am using rsa ssh2 4096 bit key. Any help would be appreciated.
new-session command throws this error:
"new-sshsession : openssh key type: ssh-rsa is not supported"
command resembles - new-sshsession -computername mysystem -Credential $cred -KeyFile C:\users\jondoe\Documents\SSH_KEY_PRIV.pem
$cred = get-credential ( values supplied are usrename and private key pass phrase)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#388>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAD7IHS7JEUUIH3BYOMJG43TI4BQTANCNFSM427XWZ3A>.
|
Thank you I didn't realize that .... |
@darkoperator Sorry, if I understand it correctly sshnet/SSH.NET#883 was supposed to have solved this issue? And if I understand your comment there 3.0 release is including it and should have this issue addressed? |
Still not supported it was mentioned that it was holding release which it was not. So it could be me miss understanding the message
…Sent from my iPhone
On Oct 1, 2021, at 11:31 AM, Eugene Tolmachev ***@***.***> wrote:
@darkoperator Sorry, if I understand it correctly sshnet/SSH.NET#883 was supposed to have solved this issue? And if I understand your comment there 3.0 release is including it and should have this issue addressed?
I'm just confused cause I'm still seeing this with posh-ssh 3.0.0
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Looked up how to create "the old format" (PEM) on a linux machine: |
I know the library supports OpenSSH format, but I do not believe PEM cert v01 is supported.
|
Having trouble using priv/pub key to connect using Posh-ssh. I was under the impression RSA keys were supported - I am using rsa ssh2 4096 bit key. Any help would be appreciated.
POSH-SSH Version - Manifest 3.0.0 beta1 Posh-SSH
new-session command throws this error:
"new-sshsession : openssh key type: ssh-rsa is not supported"
command resembles - new-sshsession -computername mysystem -Credential $cred -KeyFile C:\users\jondoe\Documents\SSH_KEY_PRIV.pem
$cred = get-credential ( values supplied are usrename and private key pass phrase)
The text was updated successfully, but these errors were encountered: