tinyssh VS dropbear

Compare tinyssh vs dropbear and see what are their differences.

tinyssh

TinySSH is small server (less than 100000 words of code) (by janmojzis)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
tinyssh dropbear
8 14
1,389 1,544
- -
5.0 8.8
6 days ago 3 days ago
C C
Creative Commons Zero v1.0 Universal GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tinyssh

Posts with mentions or reviews of tinyssh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-24.

dropbear

Posts with mentions or reviews of dropbear. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.
  • Tell HN: Ubiquiti APs likely vulnerable to Terrapin
    3 projects | news.ycombinator.com | 14 Mar 2024
    Dropbear server v2020.81 https://matt.ucc.asn.au/dropbear/dropbear.html
  • Terrapin attack on SSH: what do you need to know
    3 projects | dev.to | 27 Dec 2023
    # docker run -it --rm debian:latest # then run the following commands apt-get update apt-get install -y git wget build-essential zlib1g-dev git clone https://github.com/mkj/dropbear cd dropbear # here we disable ChaCha20Poly1305 and enable GCM instead # CBC is disabled by default env CFLAGS='-DDROPBEAR_CHACHA20POLY1305=0 -DDROPBEAR_ENABLE_GCM_MODE=1' ./configure make make install # check if dropbear is vulnerable dropbear -R wget https://github.com/RUB-NDS/Terrapin-Scanner/releases/download/v1.1.0/Terrapin_Scanner_Linux_amd64 chmod +x Terrapin_Scanner_Linux_amd64 ./Terrapin_Scanner_Linux_amd64 -connect 127.0.0.1:22 pkill dropbear
  • OpenSSH versus SSH
    8 projects | news.ycombinator.com | 17 Apr 2023
  • Dropbear SSH
    1 project | news.ycombinator.com | 19 Feb 2023
  • Discussion Thread
    2 projects | /r/neoliberal | 26 Oct 2022
    I would follow the suggestions in https://github.com/mkj/dropbear/blob/master/DEVELOPING.md for Deubg Printing, as this seems difficult to solve within information from dropbear.
  • ReMarkable2 and modern ssh
    1 project | /r/RemarkableTablet | 28 Jun 2022
  • Adding Computer Tracking (GPS)
    2 projects | /r/coreboot | 13 Apr 2022
    Heads is good reference for what could be done at BIOS level. It can connect via ethernet but only because the firmware is built in (The GBE section in IFD stands for Gigabit Ethernet). If you want an SSH server, this needs to be built separately because Dropbear is too big to include by default. Due to the size of firmware and range of different wifi cards that could be installed plus the software to connect, wifi is not possible in Heads. Similarly with Bluetooth. For cellar, the firmware, software and configuration would be needed to BIOS. There is also how no service/roaming would be indicated without any physical meter like LEDs (Ethernet has LEDs to show connection). It would also take time during the boot cycle to connect to a cellular service and would block booting the OS. That said, you could add a service at boot of your OS to do this and connect to something like a NextCloud Phone Tracker to do this.
  • tinyssh
    4 projects | news.ycombinator.com | 23 Dec 2021
    While it is good to have another alternative, I think Dropbear SSH[1] is also being used very widely.

    [1] https://matt.ucc.asn.au/dropbear/dropbear.html

  • Host a Dev Environment on Render with VS Code and Tailscale
    7 projects | dev.to | 4 Oct 2021
    I need an SSH server. I try OpenSSH, but run into an issue when I attempt to log in. OpenSSH servers use privilege separation as a security measure. The OpenSSH subprocess that handles authentication runs as an unprivileged user with its root directory set to some safe location. The CAP_SYS_CHROOT capability is required to change the root directory for a process, but Render services run in unprivileged containers without this capability. I discover that there are other SSH servers, like dropbear, that don't do privilege separation. This is great because it's not necessary for my use case anyway. My SSH server will run as a non-root user and will only be available within the VPN.
  • SSD belonging to Euro-cloud Scaleway was stolen,then turned up on YouTube
    1 project | news.ycombinator.com | 28 Jul 2021
    That's what Dropbear is supposed to do, it can be included in the initramfs of a server: https://matt.ucc.asn.au/dropbear/dropbear.html

    Disclaimer: I still didn't try it myself yet, but it's on my (too long) list of things to do.

What are some alternatives?

When comparing tinyssh and dropbear you can also consider the following projects:

ssh-audit - SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)

Code-Server - VS Code in the browser

server-side-tls - Server side TLS Tools

wireguard-vyatta-ubnt - WireGuard for Ubiquiti Devices

Samba - https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)

tailscale - Tailscale Subnet Router on Render

testssl.sh - Testing TLS/SSL encryption anywhere on any port

render-dev-env - A remote development environment that can be hosted on Render.

yubikey-agent - yubikey-agent is a seamless ssh-agent for YubiKeys.

deploy-code-server - Deploy code-server to the cloud with a few clicks ☁️ 👨🏼‍💻

ssh-tarpit - SSH tarpit that slowly sends an endless banner

ssh-chat - Chat over SSH.