Hi, when ssh is used on passwordless login (BatchMode=yes) it receives the error permission denied.
on the wrlinux 6 client : root@localhost:~# useradd testuser2 root@localhost:~# passwd --delete --unlock testuser2 passwd: password expiry information changed. root@localhost:~# then in sshd_config make sure this is enabled : UsePAM yes then on the ssh client (not on the wrlinux 6 host) : I get : $ ssh -o Batchmode=yes testuser2@128.224.199.126 Permission denied (publickey,password,keyboard-interactive). $