Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SSH server to accept common algorithms #1189

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Conversation

tGecko
Copy link
Member

@tGecko tGecko commented Oct 13, 2023

Improved dropbear binary, built from dropbear 2022.83 (current one is built on 2017.75)

This fixes the need to specify key exchange and host key algorithm when connecting by supporting common algorithms.
Now it is possible to simply connect with ssh root@IPADDRESS
Tested with built in OpenSSH on Windows11, Ubuntu 22.04, Fedora 38, Putty and FileZilla (SFTP) on Windows

The host keys have moved from /appconfigs/ to /mnt/SDCARD/.tmp_update/etc/dropbear/ to avoid writing to the SPI flash, which makes the keys now tied to the SD card.

Source and build instructions can be found here

@tGecko tGecko added the enhancement New or improved feature label Oct 13, 2023
@tGecko tGecko added this to the v4.3 milestone Oct 13, 2023
@tGecko tGecko self-assigned this Oct 13, 2023
@Aemiii91 Aemiii91 modified the milestones: v4.3, v4.2 Oct 15, 2023
@Aemiii91 Aemiii91 added this pull request to the merge queue Oct 17, 2023
Merged via the queue into main with commit 285dce1 Oct 17, 2023
2 checks passed
@Aemiii91 Aemiii91 deleted the fix-update-dropbear branch October 17, 2023 19:03
@tGecko tGecko changed the title FIX-Update dropbear binary Update SSH server to accept common algorithms Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or improved feature
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

2 participants