[SOLVED] Re: Problem converting RFC 4716 to OpenSSH key file

2012-03-07 Thread Lázaro Morales
I don't know why, but after several tries it works. Best Regards, Lázaro En 07/03/2012 11:24:40, Lázaro Morales escribió: Hello, When I try to convert a RFC 4716 key file to OpenSSH (Specifically those generated by PuTTY) I get: # ssh-keygen -i -f dsa-key.pub >> .ssh/authorized_keys

Re: Problem converting RFC 4716 to OpenSSH key file

2012-03-07 Thread Marcos Ortiz
We need more information about your system to be able to help you. Fedora version ssh version Regards On 03/07/2012 11:24 AM, Lázaro Morales wrote: Hello, When I try to convert a RFC 4716 key file to OpenSSH (Specifically those generated by PuTTY) I get: # ssh-keygen -i -f dsa-key.pub

Problem converting RFC 4716 to OpenSSH key file

2012-03-07 Thread Lázaro Morales
Hello, When I try to convert a RFC 4716 key file to OpenSSH (Specifically those generated by PuTTY) I get: # ssh-keygen -i -f dsa-key.pub >> .ssh/authorized_keys dsa-key.pub: Permission denied The files permissions are: -rwxrwxrwx. 1 root root 680 Mar 7 05:59 dsa-public-key.pub