当前位置:   article > 正文

linux(redHat或CentOS)系统修改远程22端口_centos开启22端口远程登录

centos开启22端口远程登录

1.检查是否安装ssh

    linux大部分都是默认安装SSH,检查是否安装命令

  1. [root@somnus ~]# rpm -qa |grep ssh
  2. libssh-0.9.6-3.al8.x86_64
  3. openssh-8.0p1-16.0.1.al8.x86_64
  4. openssh-server-8.0p1-16.0.1.al8.x86_64
  5. libssh-config-0.9.6-3.al8.noarch
  6. openssh-clients-8.0p1-16.0.1.al8.x86_64
  7. sshpass-1.09-4.al8.x86_64
  8. [root@somnus ~]#

  如果没有安装,使用命令进行安装

yum install -y openssh-server

2.ssh配置文件sshd_config

    linux大部分系统默认路径/etc/ssh/sshd_config;

找到#Port 22 端口

 3.修改端口

删除#,并修改端口22为其他端口,如4567端口

 4.重启SSH

systemctl restart sshd.service 

5.验证登陆

ip具体地址

ssh -p 4567 root@ip

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/167254
推荐阅读
相关标签
  

闽ICP备14008679号