ubuntu下更改默认的SSH服务器端口
更改文件命令:
sudo vi /etc/ssh/sshd_config
将22改为想要的端口号。
重启ssh服务器:
sudo /etc/init.d/ssh restart
这篇文章上的评论的 RSS feed TrackBack URI
更改文件命令:
sudo vi /etc/ssh/sshd_config
将22改为想要的端口号。
重启ssh服务器:
sudo /etc/init.d/ssh restart
这篇文章上的评论的 RSS feed TrackBack URI