win 10使用FinalShell远程连接虚拟机的Linux系统
前提:虚拟机centos 或Ubuntu系统FinalShell安装包链接:https://pan.baidu.com/s/1tGt-pwVMeahTE72NL9pEZA提取码:d80l连接流程:1 查看虚拟机内系统ip地址执行ifconfig 命令2 安装好finalShell之后 点击左上角新建连接 输入ip地址用户名填 root...
·
前提:
虚拟机
centos 或Ubuntu系统
FinalShell安装包
链接:https://pan.baidu.com/s/1tGt-pwVMeahTE72NL9pEZA
提取码:d80l
连接centos流程:
1 查看虚拟机内系统ip地址
执行ifconfig 命令
2 安装好finalShell之后 点击左上角新建连接 输入ip地址
用户名填 root
连接Ubuntu流程:
1 安装SSH分客户端openssh-client和openssh-server
apt -y install openssh-client --force-yes
apt -y install openssh-server --force-yes
2 修改ssh配置
vi /etc/ssh/sshd_config
修改端口号为 22
修改PermitRootLogin 为 yes
3 启动ssh服务
sudo /etc/init.d/ssh start
查看开启状况
ps -e|grep ssh
4 连接失败或一直需要输入密码
sudo /etc/init.d/ssh restart
帮忙部署ipfs 区块链 联盟链 fabric网络(多共识 多版本 多数据库 ca ) 网络封装接口 区块链浏览器,相关配置文件联系微信 18852897525
更多推荐
已为社区贡献4条内容
所有评论(0)