[Bug 2059367] Re: SSH-RSA not supported for Self-SSH in Ubuntu 22.04 FIPS

2024-04-08 Thread Arunaav Alok
Hi João, we are installing FIPS packages by using the Pro token. PFB, the detailed debug logs of the SSH connection ssh -vv onprem_shell@10.14.169.25 OpenSSH_8.9p1 Ubuntu-3ubuntu0.6+Fips1, OpenSSL 3.0.2 15 Mar 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1:

[Bug 2059367] Re: SSH-RSA not supported for Self-SSH in Ubuntu 22.04 FIPS

2024-04-08 Thread Arunaav Alok
Hi Seth, I do not think that we are using the wrong authorized key or keyfiles here, I have double checked. Also, if we were using the wrong keys, we would see the same issue in Ubuntu 18.04 and 20.04 (FIPS and non-FIPS), however, this is not so. We are only seeing this issue with Ubuntu 22.04

[Bug 2059367] [NEW] SSH-RSA not supported for Self-SSH in Ubuntu 22.04 FIPS

2024-03-27 Thread Arunaav Alok
Public bug reported: On a FIPS Enabled Ubuntu 22.04 kernel, we are seeing an issue with self-ssh. We created a key with the following steps: touch /home/core/.ssh/known_hosts   ssh-keygen -q -t rsa -f /home/core/.ssh/id_rsa -N '' > /dev/null   cp /home/core/.ssh/id_rsa.pub