Application:Dropbear
Jump to navigation
Jump to search
11:41 rwhitby: JackieRipper: you can use terminal to put a key in /home/root/.ssh/authorized_keys 11:43 rwhitby: JackieRipper: dropbearkey -t rsa -f /home/root/.ssh/id_rsa 11:43 rwhitby: JackieRipper: although you really should do your key generation on a machine that is not connected to a network, and then only move the public part to the machine connected to the network. 11:44 rwhitby: JackieRipper: dropbearkey -y -f /home/root/.ssh/id_rsa 11:44 rwhitby: will print the public key and fingerprint