1.Ubuntu安装SSH
命令: # sudo apt-get install openssh-server
2.确认sshserver是否安装好
命令:ps -e | grep sshd
3.启动SSH Server
命令:#sudo /etc/init.d/ssh start
4.修改ssh的端口默认是22
/etc/ssh/sshd_config
5.重启ssh服务
命令: /etc/init.d/ssh restart
每天进步一点点~~~
1.Ubuntu安装SSH
命令: # sudo apt-get install openssh-server
2.确认sshserver是否安装好
命令:ps -e | grep sshd
3.启动SSH Server
命令:#sudo /etc/init.d/ssh start
4.修改ssh的端口默认是22
/etc/ssh/sshd_config
5.重启ssh服务
命令: /etc/init.d/ssh restart
微信打赏
支付宝打赏