linux之ssh端口修改

为了安全要修改linux的ssh端口

1.vi /etc/ssh/sshd_config

修改 Port 1028

2.重启服务:

service sshd restart 

或者

 /etc/init.d/sshd restart

ssh

相关推荐