Skip to content

Use SSH RSA key

Kristian Larsson requested to merge 49-use-rsa-ssh-host-key into master

This configures NSO in Docker to always use the RSA algorithm for its SSH server host key. This is already the default on most versions of NSO but with 5.3 and newer it has changed to ed25519. Thus, 5.3 did not initially work as we don't generate a ed25519 key. That was addressed by !66 (merged) where we started generating both RSA and ed25519 keys but seeing how that is rather bad for anyone moving between versions, we are instead configuring NSO to always use RSA.

Closes #49 (closed)

Merge request reports