Application:Dropbear

From WebOS Internals
Revision as of 03:19, 14 September 2009 by RodWhitby (talk | contribs) (New page: 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 rwhitb...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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