【发布时间】:2018-02-02 09:55:26
【问题描述】:
到目前为止,我已经能够使用 google cloud sdk 尝试连接到 google cloud 上的 VM 实例,它还在我的 Windows 用户帐户上创建了一个 .ssh 文件夹,同时在线 VM 上创建了一个新用户具有相似名称“DIGIVILLE”
这是 filezilla 的输出
Status: Waiting to retry...
Status: Connecting to 35.185.21.196...
Response: fzSftp started
Command: keyfile "C:\Documents and Settings\DIGIVILLE\.ssh\google_compute_engine.ppk"
Command: open "root@35.185.21.196" 22
Error: Disconnected: No supported authentication methods available (server sent: publickey)
Error: Could not connect to server
Status: Connecting to 35.185.21.196...
Response: fzSftp started
Command: keyfile "C:\Documents and Settings\DIGIVILLE\.ssh\google_compute_engine.ppk"
Command: open "digiville@35.185.21.196" 22
Error: Disconnected: No supported authentication methods available (server sent: publickey)
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 35.185.21.196...
Response: fzSftp started
Command: keyfile "C:\Documents and Settings\DIGIVILLE\.ssh\google_compute_engine.ppk"
Command: open "digiville@35.185.21.196" 22
Error: Disconnected: No supported authentication methods available (server sent: publickey)
Error: Could not connect to server
和设置
包括 ppk 文件
【问题讨论】:
标签: ubuntu google-cloud-platform filezilla google-cloud-sdk