Secure Dropbear SSH server with Stunnel TLS tunneling. Exposes ports 5000 (SSH) and 4442 (TLS).
1.3K
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:
🔹 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
Content type
Image
Digest
sha256:0a7096f16…
Size
13.2 MB
Last updated
3 months ago
docker pull nuntiusdev/dropbear-stunnel