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