Dropbear SSH, a lightweight alternative to OpenSSH
librebyte.net
Dropbear SSH, a lightweight alternative to OpenSSH
1–10 of 110 posts
Re: Dropbear SSH, a lightweight alternative to OpenSSH
#2Re: Dropbear SSH, a lightweight alternative to OpenSSH
#3Re: Dropbear SSH, a lightweight alternative to OpenSSH
#4Re: Dropbear SSH, a lightweight alternative to OpenSSH
#5I recall I've had trouble finding good documentation on the equivalent of OpenSSH features in Dropbear. Stuff like restricting the client IP or disabling port forwarding... lesser-used features like these. It's been a while though.
https://busybox.net is a good example of this.
Re: Dropbear SSH, a lightweight alternative to OpenSSH
#6Often used with ARM, why is it never used by default on X86/X64 distros? I would think that the "lightweight" alternative would be lean and mean, kind of like Nginx vs Apache.
Re: Dropbear SSH, a lightweight alternative to OpenSSH
#7Often used with ARM, why is it never used by default on X86/X64 distros? I would think that the "lightweight" alternative would be lean and mean, kind of like Nginx vs Apache.
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 builds cleanly everywhere, so it's what you pick if you're size constrained or just need "an ssh" for your embedded environment and don't want to bother integrating something larger. No one specifically wants it at the command line on their "Linux" system.
Re: Dropbear SSH, a lightweight alternative to OpenSSH
#8Thank you to all these projects for delivering me from the clutches of MTP, I am indebted.
Re: Dropbear SSH, a lightweight alternative to OpenSSH
#9Re: Dropbear SSH, a lightweight alternative to OpenSSH
#10Often used with ARM, why is it never used by default on X86/X64 distros? I would think that the "lightweight" alternative would be lean and mean, kind of like Nginx vs Apache.