Wie man einen Secure Shell Client SSH Key zu einem OpenSSH Server Key umwandelt
veröffentlicht von Edmund Haselwanter am 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
veröffentlicht von Edmund Haselwanter am 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