#8398 Nightly test failure [rawhide] in test_integration/test_commands.py::TestIPACommand::test_ssh_key_connection
Closed: invalid by frenaud. Opened by frenaud.

Issue

The nightly test test_commands failed in test_integration/test_commands.py::TestIPACommand::test_ssh_key_connection in [testing_master-rawhide] PR #272.

The test scenario is the following:
- generate 40 ssh keys saved in ssh_priv_%i
- add user
- add the ssh keys to the user entry
- connect with the first key

The keys are generated with rsa.generate_private_key.

Logs:

E           paramiko.ssh_exception.SSHException: encountered RSA key, expected OPENSSH key

I'm not sure how stale this is.
Paramiko was replaced as part of the work in https://pagure.io/freeipa/issue/8129 but on the other hand the key generation is done the same way.
@frenaud if this was not encountered the past 3 months I'd vote to close it.

As we moved away from paramiko, I agree for closing it. We will open a different issue if the test with the new code fails.

Metadata Update from @frenaud:
- Issue close_status updated to: invalid
- Issue status updated to: Closed (was: Open)

Metadata