赞
踩
linux大部分都是默认安装SSH,检查是否安装命令
- [root@somnus ~]# rpm -qa |grep ssh
- libssh-0.9.6-3.al8.x86_64
- openssh-8.0p1-16.0.1.al8.x86_64
- openssh-server-8.0p1-16.0.1.al8.x86_64
- libssh-config-0.9.6-3.al8.noarch
- openssh-clients-8.0p1-16.0.1.al8.x86_64
- sshpass-1.09-4.al8.x86_64
- [root@somnus ~]#
如果没有安装,使用命令进行安装
yum install -y openssh-server
linux大部分系统默认路径/etc/ssh/sshd_config;
找到#Port 22 端口
删除#,并修改端口22为其他端口,如4567端口
systemctl restart sshd.service
ip具体地址
ssh -p 4567 root@ip
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。