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
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
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
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
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