Adding SSH Key - Private key is not a valid RSA key
See original GitHub issueHi !
I try to add my SSH keys to Mist.io (but uploading my id_rsa file), but there is a problem during adding it.
Bad Request: {'msg': u"ValidationError (Key.SSHKey:de744eb14653461c82d0263f01537c67) (Private key is not a valid RSA key.: ['__all__'] Field is required: ['public'])", 'errors': {'public': u'Field is required', '__all__': u'Private key is not a valid RSA key.'}}
I generate my SSH key using the following command line : ssh-keygen -t rsa -b 4096
.
This should be fine no ?
Thanks you.
Release version : v3.3.0 and v3.3.1
System Fedora 29 Docker version : Nightly
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Paramiko: "not a valid RSA private key file" - Stack Overflow
Go to Conversions > Export OpenSSH key. For RSA keys, it will use the classic format. If you are creating a new key...
Read more >Paramiko regards valid RSA private keys as invalid · Issue #340
I am experiencing this problem with paramiko in Debian Jessie (python-paramiko 1.15.1-1) with a key generated with: ssh-keygen -b4096 and adding ...
Read more >Paramiko Not a Valid RSA Key Error : r/learnprogramming
So i'm using the Paramiko library to SSH into a host and i'm passing the RSA key as a parameter and it keeps...
Read more >What can I do if I'm getting an RSA Private Key is invalid error ...
Open the .key file in any text editor · Check to see if the .key file starts with -----BEGIN PRIVATE KEY----- · Check...
Read more >paramiko does not support the new openssh key format - Xpra
SSHException : not a valid RSA private key file. With a key file generated using a recent ssh-keygen , the file looks like...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ruskofd @kaanklky Support for the new OpenSSH key format was added in v4.1.0
Thank you @kaanklky for reminding us of this issue. I’ll make sure it’s fixed in v4.1 which should be out in the coming weeks.