Last edited:
Where did you get thatHello, installed newest Proxmox over ISO and can't login over puTTy with password.
Always it says Keyboard-interactive authentication and don't accept the PW.
Also can't disable it in SSHD Config.
what is that?
View attachment 59878
View attachment 59879
View attachment 59880
ChallengeResponseAuthentication
entry? KbdInteractiveAuthentication
Specifies whether to allow keyboard-interactive
authentication. All authentication styles from
login.conf(5) are supported. The default is yes. The
argument to this keyword must be yes or no.
ChallengeResponseAuthentication is a deprecated alias for
this.
Its in sshd_config by defaultWhere did you get thatChallengeResponseAuthentication
entry?
root@pve7demo1:~# grep ChallengeResponseAuthentication /etc/ssh/sshd_config
ChallengeResponseAuthentication no
# be allowed through the ChallengeResponseAuthentication and
# PAM authentication via ChallengeResponseAuthentication may bypass
# and ChallengeResponseAuthentication to 'no'.
Its in sshd_config by default
Code:root@pve7demo1:~# grep ChallengeResponseAuthentication /etc/ssh/sshd_config ChallengeResponseAuthentication no # be allowed through the ChallengeResponseAuthentication and # PAM authentication via ChallengeResponseAuthentication may bypass # and ChallengeResponseAuthentication to 'no'.
nothing wrong with it
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
sshd_config
? Another option is to look at the logs on the server, journalctl -u ssh
, similarly, PuTTY must have a log as well.hope you get fuller response than I did.but let me rephrase my question then - @keinvg4352
Things get depreciated in the binary/package by developers/maintainers of that package, ie openssh. However, the config files are maintained by OS developers, in this case Debian upstream and PVE downstream. Since the old option is intentionally still functioning, to avoid breaking installs world wide, the OS maintainers will only move when things are scheduled to be "removed" not just depreciated.(Re the original question - How is this in "newest install" when it's been deprecated alias?)
Things get depreciated in the binary/package by developers/maintainers of that package, ie openssh. However, the config files are maintained by OS developers, in this case Debian upstream and PVE downstream.