嵌入式开发者社区

标题: scp传输文件 [打印本页]

作者: TL_user    时间: 2017-8-14 14:13
标题: scp传输文件
本帖最后由 TL_user 于 2017-8-14 14:18 编辑

通过VMware ubuntu虚拟机传输文件时遇到如下问题:
The authenticity of host '192.168.1.101 (192.168.1.101)' can't be established.
RSA key fingerprint is cb:cc:f3:d4:5e:21:77:ff:e8:26:ed:1e:16:da:61:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.101' (RSA) to the list of known hosts.
root@192.168.1.101's password:
Permission denied, please try again.
root@192.168.1.101's password:
这里的password应当填写什么?
谢谢各位前辈


作者: 伊撒斯    时间: 2017-8-15 09:09
您好,请您输入root试试。
作者: 544864579    时间: 2017-8-15 10:44
打开文件系统/etc/passwd文件:
将第一行的root:x:0:0:root:/home/root:/bin/ash修改为:
root:x:0:0:root:/home/root:/bin/sh





欢迎光临 嵌入式开发者社区 (https://www.51ele.net/) Powered by Discuz! X3.4