码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 之 SSH 理解

时间:2018-05-31 19:20:44      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:SSH

SSH 理解
一、服务端sshd_conf配置文件理解
Port 22                                                 #ssh 连接默认端口
PermitRootLogin yes                           #是否允许root用户登陆
PermitEmptyPasswords no                 #禁止空密码登陆
UserDNS no                                         #不使用DNS反解释
GSSAPIAuthentication no                    #禁用可加快初始连接的等待时间
ListenAddress  10.3.151.                      #只监控允许该网段的机器远程过来
#配置文件所在位置/etc/ssh/sshd_config

Linux 之 SSH 理解

标签:SSH

原文地址:http://blog.51cto.com/12965094/2122566

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!