Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting-started [2015/05/06 04:46] snacsnocgetting-started [2015/07/05 23:55] snacsnoc
Line 22: Line 22:
 mkdir /etc/dropbear && cd /etc/dropbear mkdir /etc/dropbear && cd /etc/dropbear
 dropbearkey -t rsa -f dropbear_rsa_host_key dropbearkey -t rsa -f dropbear_rsa_host_key
-dropbearkey -t dss -f dropbear_dss_host_key+dropbearkey -t ecdsa -f dropbear_ecdsa_host_key
 </code> </code>
 Now run ''dropbear'' to start the dropbear SSH server. Now run ''dropbear'' to start the dropbear SSH server.