如何将文件从Amazon EC2 Linux VPS传输到Windows 7 Home PC
好吧,我至少花了一周的时间试图解决这个问题,仔细查看,我看到了很多解决方案......问题是它们都不适合我。我有一个来自 amazon.com 的 Linux EC2 实例。我想将一些文件从该 vps 移动到我的计算机...我目前正在从 Putty 连接到它,但我已经尝试过 Filezilla 和很多其他类似的东西。当我使用命令
scp root@ip-xx-xx-xx-xx:/home/ec2-user/filefolder/folder-i-want-to-transfer C:/
我得到以下信息:
The authenticity of host 'ip-xx-xx-xx-xx (xx.xx.xx.xx)' can't be established.
RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ip-xx-xx-xx-xx,xx.xx.xx.xx' (RSA) to the list of known hosts.
Permission denied (publickey).
如果可以的话请帮忙。
Ok i have spent atleast a week trying to get this solved, looked all over and I see alot of solutions... Problem is none of them work for me. I have a linux EC2 instance from amazon.com. I want to move some files from that vps to my computer... I am currently connecting to it from Putty but i have tried Filezilla and alot of other things like that. When I use the command
scp root@ip-xx-xx-xx-xx:/home/ec2-user/filefolder/folder-i-want-to-transfer C:/
I get the following:
The authenticity of host 'ip-xx-xx-xx-xx (xx.xx.xx.xx)' can't be established.
RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ip-xx-xx-xx-xx,xx.xx.xx.xx' (RSA) to the list of known hosts.
Permission denied (publickey).
Please help if you could.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现两个可能的问题:
我不会告诉你如何解决第一个问题;创建另一个用户帐户并通过该帐户传输文件。
对于第二个,您需要告诉您的工具不要使用任何密钥。
然后您应该能够使用该帐户的密码登录。
I see two possible problems:
I won't tell you how to solve the first; create another user account and transfer the files via that account instead.
For the second, you need to tell your tool to not use any key whatsoever.
You should then be able to log in using the account's password.