You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When migrating to SLE16, we should warn users, if sshd is enabled (unless they configured SSHD to not allow root authentication) they might want to enable it back before starting the migration by creating a file /etc/ssh/sshd_config.d/50-permit-root-login.conf containing:
PermitRootLogin yes
Once the migration is complete, they can install openssh-server-config-rootlogin package and remove the previously added file.