In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to configure unknown files in CentOS VMware. The content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article.
Install a Sever version of CentOS in CentOS VMware. The content in the terminal is not scrollable and inconvenient. Remote login is good under win (there is a Xshell under win). There is a default installation of ssh. It's just a hosts access issue.
1.CentOS VMware adds sshd:ALL to the end of the hosts.deny file
It means to deny all access requests [root@localhost ~] # vi / etc/hosts.deny looks like this after modification:
# # hosts.deny This file describes the names of the hosts which are # * not* allowed to use the local INET services, as decided # by the'/ usr/sbin/tcpd' server. # # The portmap line is redundant, but it is left to remind you that # the new secure portmap uses hosts.deny and hosts.allow. In particular # you should know that NFS uses portmap! Sshd:ALL
2.CentOS VMware adds sshd:192.168.0. XML to the end of the hosts.allow file.
It means to allow 192.168.0.1 to 254 hosts, intranet.
[root@localhost ~] # vi / etc/hosts.allow # # hosts.allow This file describes the names of the hosts which are # allowed to use the local INET services, as decided # by the'/ usr/sbin/tcpd' server. # sshd:192.168.0.
3.CentOS VMware restart ssh
[root@localhost ~] # / etc/rc.d/init.d/sshd restart stop sshd: [OK] start sshd [OK]
All right, you can log in with putty and Xshell (Xmanager). ^ _ ^
On how to configure unknown files on CentOS VMware to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.