Lenny setup ssh

From embeddedTS Manuals
Revision as of 23:25, 21 August 2012 by Mark (talk | contribs) (Created page with "On our boards we include the Debian package for openssh-server, but we remove the automatically generated keys for security reasons. To regenerate these keys: <source lang=ba...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

On our boards we include the Debian package for openssh-server, but we remove the automatically generated keys for security reasons. To regenerate these keys:

dpkg-reconfigure openssh-server

Make sure your board is configured properly on the network, and set a password for your remote user. SSH will not allow remote connections without a password or a shared key.

passwd root

You should now be able to connect from a remote Linux or OSX system using "ssh" or from Windows using a client such as putty.