Search

 

Here you can search and view our site Knowledge Base.
To find a specific article, use KB-article number format (ex. KB-1)

Article number: Article number: kb-63
Q. How to allow SSH root login on Ubuntu?

A. Allow SSH root login on Ubuntu

In order to allow a root SSH login on Ubuntu 14.01 Linux server/desktop the sshd daemon's config file /etc/ssh/sshd_config needs to be changed.

Open /etc/ssh/sshd_config and make a following changes to the line specified below:

FROM:
PermitRootLogin without-password
TO:
PermitRootLogin yes

Once you have made the change, restart the SSHD service for those changes to take affect:

# service ssh restart

ssh stop/waiting
ssh start/running, process 6919

This page has been viewed 655 times

Other questions in this category Other questions in this category
1. How to to disable firewall on Ubuntu? (viewed 644 times)

Return to Search

Back to Top