Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
[SOLVED] ssh-rsa keys disabled - when?
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] ssh-rsa keys disabled - when? (Read 5092 times)
Patrick M. Hausen
Hero Member
Posts: 6825
Karma: 573
[SOLVED] ssh-rsa keys disabled - when?
«
on:
December 15, 2021, 10:18:32 pm »
Hi all,
I have been searching my eyes out of their sockets for hours since either the 21.7.6 or the 21.7.5 update. My Vagrant project that I use for development would provision the OPNsense just fine, then on subsequent "vagrant up" runs fail to connect with:
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
...
"vagrant ssh" works fine, though. That's the really puzzling part.
By using a manual ssh into the box while the startup routine was hanging/retrying, reconfiguring sshd for a debug log and restarting, I found:
Dec 15 21:00:21 OPNsense sshd[12994]: userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]
So ... what the ...?
Why does the key not work at startup but subsequent logins work? The first of course breaks the NFS mounts and other configuration Vagrant does on startup. I am not quite sure what is actually happening, here.
Any hints greatly welcome.
Patrick
«
Last Edit: December 16, 2021, 09:11:30 am by pmhausen
»
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: ssh-rsa keys disabled - when?
«
Reply #1 on:
December 16, 2021, 07:52:18 am »
Hi Patrick,
We did defer the OpenSSH updates until a vulnerability forced us to include it in 21.7.5, see
https://github.com/opnsense/changelog/blob/master/community/21.7/21.7.5#L7-L10
and
https://www.openssh.com/txt/release-8.8
section "Potentially-incompatible changes".
Cheers,
Franco
Logged
Patrick M. Hausen
Hero Member
Posts: 6825
Karma: 573
Re: ssh-rsa keys disabled - when?
«
Reply #2 on:
December 16, 2021, 09:11:04 am »
Looks like a Vagrant issue after all. Thanks.
https://github.com/hashicorp/vagrant/issues/12344
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
[SOLVED] ssh-rsa keys disabled - when?