Add IP whitelist on Linux server to allow SSH login access

Source: Internet
Author: User
Vi/etc/hosts.allow # Hosts.allow This file contains access rules which is used to# allow or deny connections to network Services that# either use the Tcp_wrappers library or that has been# started through a tcp_wrappers-enabled xinetd.## see ' Man 5 hosts_options ' and ' Mans 5 hosts_access ' # For information on the rule syntax.# see ' mans TCPD ' for information on TCP_WR appers# below is allowed by establishing an IP Access server sshd:xxx.xxx.xxx.xxx:allowsshd:xxx.xxx.xxx.xxx:allowsshd:172.16.0.0/255.255.0.0: Allowsshd:192.168.0.0/255.255.0.0:allow

Add IP whitelist on Linux server to allow SSH login access

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.