步骤1:安装ssh-server
//命令
sudo apt-get install openssh-server
步骤2:安装ssh-client
//命令
sudo apt-get install openssh-client
步骤3:确认sshserver是否安装好
root@xfj-virtual-machine:/usr/local/arm/arm-2009q3/bin# ps -e | grep sshd
5831 ? 00:00:00 sshd
//执行命令启动ssh服务
root@xfj-virtual-machine:/usr/local/arm/arm-2009q3/bin# /etc/init.d/ssh start
[ ok ] Starting ssh (via systemctl): ssh.service

本文介绍如何在Ubuntu系统中安装和配置SSH服务,包括更改SSH服务端口、修改客户端与服务器端配置文件,以及使用SecureCRT进行连接的方法。
最低0.47元/天 解锁文章
473

被折叠的 条评论
为什么被折叠?



