Why a full SSH packages instead of dropbear ?
Why a full SSH packages instead of dropbear ?
Just a quick question, I hope someone can answer.
What is the reason behind a full SSH package?
because dropbear does the same and is lightweight.
Thank you
What is the reason behind a full SSH package?
because dropbear does the same and is lightweight.
Thank you
- amstan
- Posts: 56
- Joined: Sat Feb 12, 2022 8:08 am
- Location: Mountain View, California
- Has thanked: 5 times
- Been thanked: 26 times
- Contact:
Re: Why a full SSH packages instead of dropbear ?
Besides being Lightweight, what are if any advantages?
It is my great regret that we live in an age that is proud of machines that think and suspicious of people who try to.
Re: Why a full SSH packages instead of dropbear ?
Afaik it has less dependencies and is easier to maintain https://matt.ucc.asn.au/dropbear/dropbear.html
So its definitely worth exploring if it has any advantages for this project.
- amstan
- Posts: 56
- Joined: Sat Feb 12, 2022 8:08 am
- Location: Mountain View, California
- Has thanked: 5 times
- Been thanked: 26 times
- Contact:
Re: Why a full SSH packages instead of dropbear ?
That would be a problem if you were comparing the 2 in isolation. But I assume since there's already ssh implemented that cost has already been paid mostly.
The act of changing it now would count as maintanance, and worse: uneeded maintanance if you're unsure how much less maintanance there will be in the future.
-
- Top Contributor
- Posts: 1321
- Joined: Thu Jun 11, 2020 2:31 am
- Has thanked: 15 times
- Been thanked: 213 times
Re: Why a full SSH packages instead of dropbear ?
i do find it amusing that on one hand we have people who want full Linux so bad they ported Arch with a package manager, and on the other extreme we have the Dropbear / Busybox crowd. Can't win 'em all. LOL
-
- Top Contributor
- Posts: 860
- Joined: Wed Feb 09, 2022 11:50 pm
- Has thanked: 64 times
- Been thanked: 194 times
Re: Why a full SSH packages instead of dropbear ?
Nobody has said this directly, but removing real SSH is not going to save a significant amount of space, and will increase the maintenance burden.
32 gig SD cards are under $10 now.
32 gig SD cards are under $10 now.
- Mr. Encyclopedia
- Posts: 111
- Joined: Thu Aug 05, 2021 1:52 am
- Has thanked: 51 times
- Been thanked: 47 times
- Contact:
Re: Why a full SSH packages instead of dropbear ?
Dropbear is a cool alternative but I don't believe including the full SSH package imposes any limitations on the project. AFAIK there's nothing stopping folks from removing SSH and replacing it with Dropbear themselves if they're that dedicated to making the Linux side of MiSTer as lightweight as possible.