Sign inSign up

nuntiusdev/dropbear-stunnel

By nuntiusdev

•Updated 3 months ago

Secure Dropbear SSH server with Stunnel TLS tunneling. Exposes ports 5000 (SSH) and 4442 (TLS).

Image
Networking
Security
Monitoring & observability
0

1.3K

nuntiusdev/dropbear-stunnel repository overview

This Docker image provides a secure SSH and TLS tunneling environment using Dropbear (a lightweight SSH server) and Stunnel (a TLS wrapper). It allows users to create encrypted connections while keeping SSH access lightweight and efficient.

🔹 Features:

  • Dropbear SSH server running on port 5000
  • Stunnel TLS proxy listening on port 4442
  • Automatic SSL certificate generation if not provided
  • Lightweight and optimized for low-resource environments
  • Built-in cron job support
  • Can be used for secure remote access or tunneling applications

🔹 Usage:
Ensure ports 5000 (SSH) and 4442 (TLS tunnel) are open on your system. Then, run:

docker run --privileged -d -p 5000:5000 -p 4442:4442 nuntiusdev/dropbear-stunnel

🔹 Reset Root Password:
If you need to reset the root password inside the container, run:

docker exec -it (container_id) sh -c "echo 'root:new_password' | chpasswd"

🔹 Test conetion:

openssl s_client -connect 127.0.0.1:4442 -servername c.whatsapp.net

Tag summary

Content type

Image

Digest

sha256:0a7096f16…

Size

13.2 MB

Last updated

3 months ago

docker pull nuntiusdev/dropbear-stunnel