Buildroot-ts setup ssh: Difference between revisions

From embeddedTS Manuals
(Created page with "The default configuration has Dropbear set up. Dropbear is a lightweight SSH server. Make sure the device is configured on the network and set a password for the remote user...")
 
(Update layout)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
</source>
</source>


After this setup it is now possible to connect from a remote PC supporting SSH.  On Linux/OS X this is the "ssh" command, or from Windows using a client such as [http://www.chiark.greenend.org.uk/~sgtatham/putty/ putty].
After this setup it is now possible to connect from a remote PC supporting SSH.  On Linux/OS X this is the <source inline>ssh</source> command, or from Windows using a client such as [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html PuTTY].

Latest revision as of 12:53, 7 September 2021

The default configuration has Dropbear set up. Dropbear is a lightweight SSH server.

Make sure the device is configured on the network and set a password for the remote user. SSH will not allow remote connections without a password set. The default configuration does not set a password for the root user, nor are any other users configured.

passwd root

After this setup it is now possible to connect from a remote PC supporting SSH. On Linux/OS X this is the ssh command, or from Windows using a client such as PuTTY.