Fulltext results:
- root login with bash
- log in as ''root'' with a ''bash'' shell. ssh demo.lab.example.com -t "su - root -c /bin/bash"' I set it up as an alias in ''.bashrc'': alias demo_root='ssh demo.lab.example.com -t "su - root -c /bin/bash"' This enables me logging in with just: $ demo_root Password: # The ''Password'' prompt on