To set up a Dropbear SSH server in Bionic64-8.0 and Bionic64-CE
The Bionic64 must have the Devx.sfs installed and recommend the 32 bit compatibility libraries as well but that can be optional....
Setup a Dropbear SSH Server on Bionic64-v8 and Bionic64-CE
Moderator: Forum moderators
- rockedge
- Site Admin
- Posts: 6551
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2757 times
- Been thanked: 2628 times
- Contact:
Setup a Dropbear SSH Server on Bionic64-v8 and Bionic64-CE
-
- Posts: 2
- Joined: Tue Nov 02, 2021 5:21 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: Setup a Dropbear SSH Server on Bionic64-v8 and Bionic64-CE
I am getting the "The requested page could not be found." message when clicking the link.
Perhaps this link is the correct one?
http://oldforum.puppylinux.com/viewtopic.php?t=118885
Re: Setup a Dropbear SSH Server on Bionic64-v8 and Bionic64-CE
Following @rockedge 's guidance and adding some little tweaks from my end, here's what helped me to connect successfully to a bionic 64 puppy from another machine on the same network, through a terminal ssh client :
Steps to get an ssh connectivity from another machine's terminal program :
( All necessary files enclosed below )
Single click on the dropbear-2015.67-x86_64_bionic.pet and install it.
Right click the dropbear_config.sh file and choose the "Run in Terminal" option. This will create the necessary authorization keys. Do this only once.
Right click the start_dropbear.sh file and choose the "Run in Terminal" option. This will start the dropbear service in the foreground. Leave the window as it is, without closing it. If you need to run this in the background, on system startup, add the full path to this file in the /etc/rc.d/rc.local file and ensure execute permission for it, in its properties.
Set the password for the root user from the terminal, by typing passwd and press the return key, just once.
Now type :
Code: Select all
ssh root@ipaddress
and press return key from the terminal program of other machines on the same network for connectivity.
- Attachments
-
- dropbear.zip
- (105.31 KiB) Downloaded 26 times
Source : My Open Source Projects
- rockedge
- Site Admin
- Posts: 6551
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2757 times
- Been thanked: 2628 times
- Contact:
Re: Setup a Dropbear SSH Server on Bionic64-v8 and Bionic64-CE
Using a program like pUTTY to connect to a SSH server makes forwarding X11 easy to be able to open GUI's from the remote machine using Dropbear.