Re: [CentOS] DSA key not accepted on CentOS even after enabling

2019-10-17 Thread Gianluca Cecchi
Il Gio 17 Ott 2019, 18:15 Johnny Hughes ha scritto: > PubkeyAcceptedKeyTypes=+ssh-dss > > You also need that ^^ in their client if they are running on el8 machine > as well .. i needed to put it in my ~/.ssh/config when connecting FROM > an el8 machine to somewhere else. > Yes, true. Thanks for

Re: [CentOS] DSA key not accepted on CentOS even after enabling

2019-10-17 Thread Johnny Hughes
PubkeyAcceptedKeyTypes=+ssh-dss You also need that ^^ in their client if they are running on el8 machine as well .. i needed to put it in my ~/.ssh/config when connecting FROM an el8 machine to somewhere else. On 10/17/19 9:27 AM, Gianluca Cecchi wrote: > Hello, > I have some users that connect t

[CentOS] DSA key not accepted on CentOS even after enabling

2019-10-17 Thread Gianluca Cecchi
Hello, I have some users that connect to a server with their DSA key that is of type ssh-dss. I'm migrating (installing as new) the server where they connect to CentOS 8 + updates. I was not able to connect with the keys to this new server even after having added, as found in several internet pages