Home  >  Article  >  Operation and Maintenance  >  How to enable remote access in centos

How to enable remote access in centos

王林
王林Original
2020-05-19 10:20:376007browse

How to enable remote access in centos

System environment:

centos7

Specific method:

Execute with root permissions

vim /etc/ssh/sshd_config

Will

#PermitRootLogin yes

Remove the "#" in this line and change it to:

PermitRootLogin yes

Recommended tutorial: centos tutorial

The above is the detailed content of How to enable remote access in centos. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn