We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
train-core v3.2.20
Debian 11.4 and inspec 4.56.20
Trying to connect with ssh to a server with openssl 3 installed.
inspec shell -t ssh://TARGET
Connected with inspec shell
net-ssh returns the following error:
`generate_key!': pkeys are immutable on OpenSSL 3.0
Upgrade to net-ssh > 7 which introduces support for openssl 3.
net-ssh/net-ssh#843
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version:
train-core v3.2.20
Environment:
Debian 11.4 and inspec 4.56.20
Scenario:
Trying to connect with ssh to a server with openssl 3 installed.
Steps to Reproduce:
inspec shell -t ssh://TARGET
Expected Result:
Connected with inspec shell
Actual Result:
net-ssh returns the following error:
`generate_key!': pkeys are immutable on OpenSSL 3.0
Solution:
Upgrade to net-ssh > 7 which introduces support for openssl 3.
net-ssh/net-ssh#843
The text was updated successfully, but these errors were encountered: