Displaying 1 result from an estimated 1 matches for "id_dsa_1024_a".
2001 Sep 10
1
Help with exporting keys
...th OpenSSH and SSH (ssh.com's version). I have managed to export keys
from OpenSSH to SSH's format. I also managed to export SSH's public key to
OpenSSH's format. Now I would like to add the private key of SSH to the
agent. Now when I try to add it simply by using
ssh-add ~/.ssh2/id_dsa_1024_a
I get a bad passphrase error. I thought that this was because OpenSSH
couldn't grok the private key generated by SSH. When I tried exporting
SSH's private key as follows:
With SSH version 2.0.12 and OpenSSH_2.9p2
-----------------------------------------
samba> ssh-keygen -i -f ~/.ssh...