Dear all,
I've spun off a new VPS but my documentation is not working, from 13.1 and 13.2 has changed something that made my documentation incomplete.
The most noticeable change is that
man.freebsd.org
On the default configuration I have changed these four lines:
With this configuration if try to connect it asks for the
On my documentation the only difference was that instead of
Anyway I explicitly set up
Thanks! ?
I've spun off a new VPS but my documentation is not working, from 13.1 and 13.2 has changed something that made my documentation incomplete.
The most noticeable change is that
ChallengeResponseAuthentication has been deprecated in favor of KbdInteractiveAuthenticationsshd_config(5)
On the default configuration I have changed these four lines:
Code:
PubkeyAuthentication yes (40)
KbdInteractiveAuthentication yes (65)
PermitRootLogin no (122)
PasswordAuthentication no (123)
AllowUsers freezr (124, new line)
With this configuration if try to connect it asks for the
password and not for the passphrase, if I change KbdInteractiveAuthentication from yes to no it refuses the connection.On my documentation the only difference was that instead of
KbdInteractiveAuthentication yes I had ChallengeResponseAuthentication no.Anyway I explicitly set up
PasswordAuthentication no thus I don't understand why sshd is requesting me the password instead... ?Thanks! ?