This is a fresh Proxmox 8 install. I have installed and enabled UFW and added a rule to allow my IP.
After a reboot using password authentication fails, but then after a login with an SSH key then after logging in with a password works fine.
I notice it does say
So I disabled as a test in
Read more
After a reboot using password authentication fails, but then after a login with an SSH key then after logging in with a password works fine.
I notice it does say
pam_env(sshd:session): deprecated reading of user environment enabled
after it is working.So I disabled as a test in
/etc/pam.d/sshd
by commenting it out but that does not change it:
Code:
# In Debian 4.0 (etch)...
Read more