Jump to content

Dropbear: Difference between revisions

335 bytes added ,  18 May 2010
no edit summary
No edit summary
Line 1: Line 1:
===How to enable dropbear===
===Enabling dropbear===
 
==How to enable Dropbear server==


1-Open sdk configuration system  
1-Open sdk configuration system  
Line 17: Line 19:
  [*]  Enable scp
  [*]  Enable scp


===How to get public and private keys of Dropbear in the target===
==Commands to use ssh==
 
$ dbclient user@host
 
==Commands to use scp==
 
$ scp <file> user@host:/<location>
 
===Setting keys to get ssh connections without password requests===
 
==How to get public and private keys of Dropbear in the target==
 


==How to set public key of Dropbear in the host==


===How to set public key of Dropbear in the host===


==How to get public and private keys of OpenSSH in the host==


===How to get public and private keys of OpenSSH in the host===


==How to set public key of OpenSSH in the target==


===How to set public key of OpenSSH in the target===


==Commands to use ssh==


===Commands to use ssh===
$ dbclient user@host -i /etc/dropbear/dropbear_rsa_host_key


==Commands to use scp==


===Commands to use scp===
$ scp <file> user@host:/<location> -i /etc/dropbear/dropbear_rsa_host_key
130

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.