Howto add Secure Shell Client SSH Key to OpenSSH Server
Posted by Edmund Haselwanter on Wednesday, May 13, 2009
You have to convert the key like so:
ssh-keygen -i -f id_dsa_2048_a.pub >>.ssh/authorized_keys
Posted by Edmund Haselwanter on Wednesday, May 13, 2009
You have to convert the key like so:
ssh-keygen -i -f id_dsa_2048_a.pub >>.ssh/authorized_keys