Fulltext results:
- root login with bash @info:script
- 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
- Set the Timezone on Debian @info:sysadmin:debian
- Just run the following command as ''root'' (use ''su'' or ''sudo''): dpkg-reconfigure tzdata {{tag