How to disable root logins in JUNOS
If you want to prevent root user being used in ssh logins, one command is sufficient to accomplish this. After commit, root user will be rejected and you can login with any other super-user.
#set system services ssh root-login deny
Thanks ?
thanks !