ssh 官网: http://www.openssh.com/
服务器端安装: #apt-get install openssh-server
客户端安装: #apt-get install openssh-client
启动: #/etc/init.d/sshd restart
查看状态: #netstat -tlnp | grep ssh
ssh服务器
最新推荐文章于 2021-04-29 00:21:36 发布
ssh 官网: http://www.openssh.com/
服务器端安装: #apt-get install openssh-server
客户端安装: #apt-get install openssh-client
启动: #/etc/init.d/sshd restart
查看状态: #netstat -tlnp | grep ssh