Live data from Hacker News

Dropbear SSH, a lightweight alternative to OpenSSH

librebyte.net

31–40 of 110 posts

Re: Dropbear SSH, a lightweight alternative to OpenSSH

#31
post #8

I use an ad-free, open-source Android app called SimpleSSHD that implements a Dropbear SSH server. Being able to SSH into your phone and wirelessly perform an incremental rsync backup of all your photos and data is life-changing compared to the hell that is cables and the MTP protocol. Thank you to all these projects for delivering me from the clutches of MTP, I am indebted.

Is there an equivalent for iOS?

Lol

Re: Dropbear SSH, a lightweight alternative to OpenSSH

#32

Earlier quoted context omitted.

Since the phone's IP address can be expected to change, you can't really use that to choose the right key to present, or to verify the host fingerprint right?. How do you work around this?

You can set a static IP in your wireless settings.

Or ‘better’ fix an IP to your device MAC in your dhcp settings.

Re: Dropbear SSH, a lightweight alternative to OpenSSH

#33
post #19
post #7

Earlier quoted context omitted.

Nginx won because it was faster, simpler and more easily extended, not because it was "lightweight" per se. In comparison, dropbear doesn't really do anything that ssh doesn't, and lags in a bunch of esoteric features that "most" people don't use but that inevitably some people do. Who wants to use a distro where one's preferred ssh-agent feature or X11 forwarding inexplicably doesn't work? Dropbear is small and buil…

Dropbear author here. It used to have one unique feature, but OpenSSH has copied it now[0] :) dbclient host1,host2,user@host3 to onion-TCP-forward through a few hosts. [0] https://manpages.debian.org/stretch/openssh-client/ssh.1.en....

Just want to say thanks for your work!

When I was elbow-deep in CLFS[1], I never ran into trouble getting Dropbear to compile and work with my fledgling Linux Distro, and upon reflection that is quite an accomplishment and something I'm thankful for.

Dropbear "just worked", and it worked well. It was the first "portal" into my Distro, and I can still remember SSH'ing into my system for the first time and being completely amazed it worked at all, let alone returned a shell prompt!

Open Source projects don't get enough appreciation, and our Open Source hero's, such as yourself, get even less. Thank you for Dropbear!

[1] http://trac.clfs.org/

Re: Dropbear SSH, a lightweight alternative to OpenSSH

#38
post #31

Earlier quoted context omitted.

Is there an equivalent for iOS?

Lol

Despite how inappropriate this comment is its cynicism is appreciated. I like my iPhone but I miss Android for things like this.

That said, I think it might be possible but I think you might have to shim it and wouldn’t have direct access to the file system under the photos.

Re: Dropbear SSH, a lightweight alternative to OpenSSH

#39
post #32

Earlier quoted context omitted.

You can set a static IP in your wireless settings.

Or ‘better’ fix an IP to your device MAC in your dhcp settings.

Usually not needed, since your router will usually try to assign a fixed address for already known devices.

Re: Dropbear SSH, a lightweight alternative to OpenSSH

#40
A word of caution: Many (most) IRC spambot detectors check if your connecting IP is also running a Dropbear SSHd service. This can cause you to be k-lined in some instances, and it's not immediately obvious to basically everyone why the anti-spambot bots are flagging your connection. Of course, this isn't Dropbear SSHd's fault. Just something you might want to keep in mind if you use both of these things.
Post reply on HN