Dropbear-2025.87 SSH Server for Bionic 32 Bit Systems

Moderator: Forum moderators

Post Reply
User avatar
rockedge
Site Admin
Posts: 7021
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3147 times
Been thanked: 2933 times
Contact:

Dropbear-2025.87 SSH Server for Bionic 32 Bit Systems

Post by rockedge »

Attached is a PET package of the Dropbear-2025.87 SSH Server for 32 Bit systems. Compiled in Puppy Linux Bionic32 this server can forward X11.

It is possible it will work on other 32 bit operating systems.

Dropbear is a relatively small SSH server and client. It runs on a variety of unix platforms. Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers.

Features

  • A small memory footprint suitable for memory-constrained environments – Dropbear can compile to a 110kB statically linked binary with uClibc on x86 (only minimal options selected)

  • Dropbear server implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients

  • Can run from inetd or standalone

  • Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication

  • The server, client, keygen, and key converter can be compiled into a single binary (like busybox)

  • Features can easily be disabled when compiling to save space

  • Multi-hop mode uses SSH TCP forwarding to tunnel through multiple SSH hosts in a single command. dbclient user1@hop1,user2@hop2,destination

Attachments
dropbear-2025.87_x86.pet
For 32 Bit Systems
(163.9 KiB) Downloaded 5 times
User avatar
rockedge
Site Admin
Posts: 7021
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3147 times
Been thanked: 2933 times
Contact:

Re: Dropbear-2025.87 SSH Server for Bionic 32 Bit Systems

Post by rockedge »

To use Dropbear in a terminal run:

Code: Select all

set_dropbear_keys
dropbear

Start a session from a remote machine using pUTTY (putty) or the built in SSH secure connection utility GUI with forward X11 Enabled.

Post Reply

Return to “Bionic”