Fulltext results:
- root login with bash
- to be a role, so you can't login as root, just ''su'' to ''root'' from an user which has the ''root''... a ''bash'' shell. ssh demo.lab.example.com -t "su - root -c /bin/bash"' I set it up as an alias in... alias demo_root='ssh demo.lab.example.com -t "su - root -c /bin/bash"' This enables me logging in... assword'' prompt on the second line is from the ''su'', for the ''root'' password. {{tag>ssh solaris