Re: ssh connection and selinux

2023-08-18 Thread Cameron Simpson
On 14Aug2023 09:18, François Patte wrote: Here is the part I get with ssh -v: debug1: Next authentication method: publickey debug1: Offering public key: /home/patte/.ssh/id_rsa RSA SHA256: ** I have a server accepts line after this: debug1: Next authentication me

Re: ssh connection and selinux

2023-08-14 Thread François Patte
Le 2023-08-14 00:04, Cameron Simpson a écrit : On 13Aug2023 23:23, François Patte wrote: Since I upgraded to f38 it is impossible to connect to a machine using ssh rsa-key the file .ssh/authorized_keys has not change, but any remote connection to this machine asks for a password

Re: ssh connection and selinux

2023-08-13 Thread Cameron Simpson
On 13Aug2023 23:23, François Patte wrote: Since I upgraded to f38 it is impossible to connect to a machine using ssh rsa-key the file .ssh/authorized_keys has not change, but any remote connection to this machine asks for a password Is there something to change with selinux? Almos

Re: ssh connection and selinux

2023-08-13 Thread Garry T. Williams
On Sunday, August 13, 2023 5:23:51 PM EDT François Patte wrote: > Since I upgraded to f38 it is impossible to connect to a machine using > ssh rsa-key The RSA algorithm is considered too weak to be safe and has been disabled in the ssh program. The work-around if you cannot convert to, say,

Re: ssh connection and selinux

2023-08-13 Thread John K
Bonsoir François, What does 'ssh -v' report when you attempt to connect to this machine? Depending on where you upgraded from, you may now have also upgraded your openssh to the point where rsa+sha1 is no longer supported: https://security.stackexchange.com/questions/226131/openssh-declares-ss