当前位置:   article > 正文

在centos中更改SSH远程登录22端口_centos uselogin no

centos uselogin no

SSH默认为端口22,在系统部署完成后,为安全起见,一般应修改默认端口。

步骤:
键入Vi /etc/ssh/sshd_config
在文件的靠前的部分,有#Port 22行,删除开头的 # 字符,然后将其替换为要使用的端口。
键入service sshd restart  重启sshd服务 

注:
1、在sshd中还可以设置允许或禁止登陆用户、组
AllowUsers 用户
AllowGroups 组
DenyUsers
DenyGroups
#PrintMotd yes              //登录后显示/etc/motd中的信息
#PrintLastLog yes  //成功登录后显示最后一位用户的登录信息
TCPKeepAlive yes //是否持续发送tcp包,维持连接
#UseLogin no //是否使用ssh服务端的login程序进行登录验证

2、sshd服务器绑定的IP地址
#AddressFamily any             
#ListenAddress 1.11.11.11
3、转发(是否允许远程主机连接本地的转发端口)
#AllowAgentForwardingyes
#AllowTcpForwardingyes
 
#GatewayPorts no  
 

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号