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

add crypto configuration to specify crypto algorithm #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hongjunxin
Copy link

@hongjunxin hongjunxin commented Jan 17, 2020

xxx-cbc algorithm is unsafe, but it may be used in some old ssh implementation. So add crypto configuration to specify algorithm. Crypto configuration file is /etc/dropbear/crypto_config. If the file doesn't exist use default setting based on compilation switcher.

/etc/dropbear/crypto_config content is like:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr
MACs hmac-sha1,hmac-ripemd160
...

@mkj
Copy link
Owner

mkj commented May 25, 2020

I'm not sure a config file is really needed. dbclient has -m/-c and a a server config will apply to all old implementations so should just be compiled with allowed ciphers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants