You are not logged in.
I would like to share solution for a problem with openssh in [testing].
After updating openssh to 6.7p1 I've got a scary warning "key_load_public: invalid format" for my ECDSA plublic key when try to connect to a server. I looked at openssh code and found that it does not like "-----BEGIN" string in the public key (see function sshkey_try_load_public). And it what I had in my public key file - I think previous version of openssh generated it.
I removed "-----BEGIN/END EC PUBLIC KEY-----" lines and now openssh seems happy.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
This is out of testing, so I got a surprise as well, however I get this with ecdsa key:
debug1: key_parse_private2: missing begin marker
Haven't found a solution yet.
--
JSkier
Offline
This is out of testing, so I got a surprise as well, however I get this with ecdsa key:
debug1: key_parse_private2: missing begin marker
Haven't found a solution yet.
@js - There is not an openssh package in [testing]... not sure what you're talking about.
Last edited by graysky (2014-10-27 22:59:40)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
At the time of positing it openssh 6.7p1 was in [testing]. I've decided to share my finding to make other people's life a bit easier.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
Moving from [testing] to avoid further confusion...
Offline
At the time of positing it openssh 6.7p1 was in [testing]. I've decided to share my finding to make other people's life a bit easier.
My comment was direct at jskier. Not too sure why he/she posted to be honest. Might serve to confuse some folks.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
anatolik wrote:At the time of positing it openssh 6.7p1 was in [testing]. I've decided to share my finding to make other people's life a bit easier.
My comment was direct at jskier. Not too sure why he/she posted to be honest. Might serve to confuse some folks.
Yes, I stated this was out of testing right away, but was reporting another issue with the new version. Sorry for the confusion, I'll start another thread later.
Last edited by jskier (2014-10-27 23:44:18)
--
JSkier
Offline
Having this issue with my id_rsa key, I attempted to remove the ----- BEGIN/END ----- from the file but it still gives me issues when I try to run ssh-copy-id.
edit: nevermind... just had to convert my key from ssh.com to openssh.
Last edited by spychalski (2014-10-30 14:28:59)
Offline