Difference between revisions of "Dropbear"

From RidgeRun Developer Connection
Jump to: navigation, search
(How to enable dropbear)
(How to enable dropbear)
Line 5: Line 5:
 
  $ make config
 
  $ make config
  
2- Enable Dropbear:
+
2- Enable Dropbear server:
  
 
  -> File System Configuration
 
  -> File System Configuration
 
   -> Select target's file system software  
 
   -> Select target's file system software  
 
     [*] dropbear-0.52 (SSH Server)
 
     [*] dropbear-0.52 (SSH Server)
 +
 +
3- When you check Dropbear server, you can enable scp and ssh
 +
 +
-*- dropbear-0.52 (SSH Server)
 +
[*]  Enable dbclient (SSH Client)
 +
[*]  Enable scp
  
 
===How to get public and private keys of Dropbear in the target===
 
===How to get public and private keys of Dropbear in the target===

Revision as of 10:10, 18 May 2010

How to enable dropbear

1-Open sdk configuration system

$ make config

2- Enable Dropbear server:

-> File System Configuration
  -> Select target's file system software 
    [*] dropbear-0.52 (SSH Server)

3- When you check Dropbear server, you can enable scp and ssh

-*- dropbear-0.52 (SSH Server)
[*]   Enable dbclient (SSH Client)
[*]   Enable scp

How to get public and private keys of Dropbear in the target

How to set public key of Dropbear 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

Commands to use ssh

Commands to use scp