Wie man einen Secure Shell Client SSH Key zu einem OpenSSH Server Key umwandelt
Posted by Edmund Haselwanter on Mai 13, 2009
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 Mai 13, 2009
Tags: ssh
You have to convert the key like so:
ssh-keygen -i -f id_dsa_2048_a.pub >>.ssh/authorized_keys