Skip to main content.
Navigation:
DENX
>
DULG
>
ELDKEnableSSHAccess
Translations:
Edit
|
Attach
|
Raw
|
Ref-By
|
Printable
|
More
DULG
Sections of this site:
DENX Home
|
DULG
|
ELDK-5
|
Know
|
Training
|
U-Boot
|
U-Bootdoc
Topics
DULG Home
BoardSelect
Manual
FAQ
Application Notes
Changes
Index
List of pages in DULG
Search
%SECTION0{name=ELDKEnableSSHAccess }% Enable SSH Access Question:: How can I enable SSH access to the target system when running with the ELDK file system mounted over NFS? Answer:: The ELDK includes the =dropbear= SSH server and client packages (see http://matt.ucc.asn.au/dropbear/dropbear.html). To enable SSH access, you must first generate the SSH host keys for =RSA= and =DSS=: <verbatim> # dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key Will output 1024 bit rsa secret key to '/etc/dropbear/dropbear_rsa_host_key' Generating key, this may take a while... Public key portion is: ssh-rsa ... Fingerprint: md5 ... # dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key Will output 1024 bit dss secret key to '/etc/dropbear/dropbear_dss_host_key' Generating key, this may take a while... Public key portion is: ssh-dss ... Fingerprint: md5 ... </verbatim> Then you can start the =dropbear= daemon: <verbatim> # dropbear </verbatim> Now you should be able to access the target system through SSH.
14.1.11. ELDK 2.x Installation Aborts
1. Abstract
14.2. U-Boot
Prev
Home
Next