In an attempt to improve security on Ubuntu 20.04 server I disabled pw login follwing this article: https://www.cyberciti.biz/faq/how-to-disable-ssh-password-login-on-linux/
It works, but the sysinfo does not show up anymore on SSH login:
% ssh server
Last login: Sun Mar 6 21:07:05 2022 from 77.2.170.244
The steps included:
$ sudo vi /etc/ssh/sshd_config
ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no
PermitRootLogin no
PermitRootLogin prohibit-password
How can I reenable landscape-sysinfo ?