How Can I Log In As root User? - nixCraft
https://www.cyberciti.biz/faq/how-can-i-log-in-as-root/
You can use the ssh client/command command as follows: $ ssh [email protected] $ ssh [email protected] $ ssh [email protected] However, remote root login over ssh session is disabled in most cases for security reasons. Hence, first, log in as a regular user and then switch to the root account using the su command: Reviews: 31 Est. reading time: 4 minutes Difficulty level: Easy Requirements: su/sudo on Linux/Unix
You can use the ssh client/command command as follows: $ ssh [email protected] $ ssh [email protected] $ ssh [email protected] However, remote root login over ssh session is disabled in most cases for security reasons. Hence, first, log in as a regular user and then switch to the root account using the su command:
Reviews: 31
Est. reading time: 4 minutes
Difficulty level: Easy
Requirements: su/sudo on Linux/Unix
DA: 71 PA: 26 MOZ Rank: 24