Skip to content

Method to set key exchange ciphers (or add more) when using flux bootstrap #1319

Answered by hiddeco
NandGates asked this question in Q&A
Discussion options

You must be logged in to vote

To be able to give you configurable options, there must be support for more KEX algorithms first. Looking at the underlying Go library that is used for SSH connections golang/crypto, there are not many Diffie Hellman groups that are supported, except for diffie-hellman-group-exchange-sha1 and diffie-hellman-group-exchange-sha256: https://github.com/golang/crypto/blob/57b3e21c3d5606066a87e63cfe07ec6b9f0db000/ssh/kex.go#L30-L34

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@NandGates
Comment options

@hiddeco
Comment options

@NandGates
Comment options

@hiddeco
Comment options

Answer selected by NandGates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants