Re: [cfarm-users] account email address

2023-12-15 Thread Baptiste Jonglez via cfarm-users
On 14-12-23, Paul Eggert via cfarm-users wrote: > On 12/13/23 01:44, Segher Boessenkool via cfarm-users wrote: > > >PubkeyAcceptedKeyTypes +ssh-rsa > > >HostKeyAlgorithms +ssh-rsa > > > > > > in the host-specific part of .ssh/config, so the most immediate issue is > > > solved. > > I also

Re: [cfarm-users] account email address

2023-12-14 Thread Segher Boessenkool via cfarm-users
On Thu, Dec 14, 2023 at 01:00:38PM -0800, Paul Eggert wrote: > One little complication is that OpenSSH 8.5 (2021-03-03) renamed > PubkeyAcceptedKeyTypes to PubkeyAcceptedAlgorithms, though the old name > still works as an alias. I never even noticed :-) The new name is better, more in line with

Re: [cfarm-users] account email address

2023-12-14 Thread Paul Eggert via cfarm-users
On 12/13/23 01:44, Segher Boessenkool via cfarm-users wrote: PubkeyAcceptedKeyTypes +ssh-rsa HostKeyAlgorithms +ssh-rsa in the host-specific part of .ssh/config, so the most immediate issue is solved. I also use KexAlgorithms +diffie-hellman-group-exchange-sha1 for some old machin

Re: [cfarm-users] account email address

2023-12-13 Thread Segher Boessenkool via cfarm-users
Hi! On Wed, Dec 13, 2023 at 02:57:27AM -0300, Alexandre Oliva via cfarm-users wrote: > I had some trouble accessing gcc210 and gcc211, because openssh on my > end wouldn't allow ssh-rsa host and authorized keys any more. I've > (insecurely) sorted that out with: > > PubkeyAcceptedKeyTypes +ssh

[cfarm-users] account email address

2023-12-12 Thread Alexandre Oliva via cfarm-users
Hi, I had some trouble accessing gcc210 and gcc211, because openssh on my end wouldn't allow ssh-rsa host and authorized keys any more. I've (insecurely) sorted that out with: PubkeyAcceptedKeyTypes +ssh-rsa HostKeyAlgorithms +ssh-rsa in the host-specific part of .ssh/config, so the most im