View Single Post
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#19
Originally Posted by nieldk View Post
Sounds really GOOOOOD! enjoy my friend
(I tested
ssh-keygen -t ecdsa -b 521 -C "$(whoami)@$(hostname)-$(date -I)"

which seems to indicate it works

Strange i can't add my private key:

Code:
[nemo@localhost ~]$ ssh-add ~/.ssh/id_ecdsa
Enter passphrase for /home/nemo/.ssh/id_ecdsa: 
Bad passphrase, try again for /home/nemo/.ssh/id_ecdsa: 
Bad passphrase, try again for /home/nemo/.ssh/id_ecdsa:
And i'm sure the password is correct!

EDIT: It works with DSA keys !!!
So i think it's something wrong with ecdsa compatibility may be openssl or some other package that openssh is related to?

EDIT2: This looks relevant: https://www.martineve.com/2011/07/22...hy-in-openssh/
and it seems that i cant find nothing with this command:
Code:
[root@localhost ~]# find / -iname *ecdsa*
There is a big chance that ecdsa is amputated from openssl and openssh respectively .
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins

Last edited by kollin; 2014-02-09 at 21:03.