系统相关
首页 > 系统相关> > Win10使用SSH工具Finalshell连接VirtualBox虚拟机(CentOS7)

Win10使用SSH工具Finalshell连接VirtualBox虚拟机(CentOS7)

作者:互联网

before:

下载并安装Vagrant,下载地址: https://www.vagrantup.com/

VirtualBox上安装了linux系统,我安装的是CentOS7,

IP:192.168.56.100

1、启动虚拟机,输入 vagrant up

 

 

 

2、远程连接虚拟机,输入 vagrant ssh

3、输入 sudo vi /etc/ssh/sshd_config

【   按i键进入编辑模式(右下角显示insert

      去掉PermitRootLogin  yes  和 PasswordAuthentication  yes前的#

     在PasswordAuthentication  no 前加上#

     Esc --> :wq(保存并退出)         】

4、重启SSHD, 输入systemctl restart sshd(密码为vagrant)

5、打开FinalShell进⾏远程连接,连接成功

 

标签:虚拟机,vagrant,CentOS7,PasswordAuthentication,Finalshell,连接,输入
来源: https://www.cnblogs.com/zhizhizhizhiya/p/14754754.html