-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Configure cryptography parameters for downstream side #354
Comments
no cmd settings now sshpiper/cmd/sshpiperd/daemon.go Line 183 in c83c27c
PR is welcomed |
I have never worked with go before but I think it would be good to configure this via config file and environment variables? This seems to be the default? |
These are also interesting regarding security: Would it rather make sense to configure those per pipe or globally (e.g. in a |
no config file yet, but will add them to sshpiperd cmd args |
@tg123 Would we rather configure the ones from |
We still need to configure the crypto parameters like key exchange algorithm, auth algorithms, ciphers, signature algorith etc. Might it be possible to add cmd args for those? |
yes i will add it soon |
Is this possible somehow? E.g. restricting the allowed cryptography algorithms.
It would also be okay to build a new image from source or from base image.
The text was updated successfully, but these errors were encountered: