Allow root account to use SSH (openssh)

in ssh •  7 years ago  (edited)

Open sshd_config file:

# nano /etc/ssh/sshd_config

Find out line that read as follows:

PermitRootLogin no

Set it as follows:

PermitRootLogin yes

After that press ctrl + x and save file. Then restart sshd service

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!