網(wǎng)站和webapp的區(qū)別網(wǎng)上推廣平臺
問題描述:
virtual box安裝的Linux centos/7系統(tǒng)默認只允許ssh登錄方式,需要配置允許賬號密碼登錄
先登錄root賬號(一定要是root):初始密碼為vagrant
su
修改ssh配置文件:
vi /etc/ssh/sshd_config
修改?PasswordAuthentication no 為?
PasswordAuthentication yes
然后保存退出。之后重啟 SSH 服務或服務器使配置生效
service sshd restart
之后就可以在finalshell遠程使用賬號密碼登錄