gpt4 book ai didi

putty - SSH PuTTy 错误无法打开地址 shell

转载 作者:行者123 更新时间:2023-12-02 19:36:59 26 4
gpt4 key购买 nike

我在 Windows 7 32 位中的 google cloud sdk shell 上运行命令“gcloud alpha cloud-shell ssh”。但我总是收到错误

enter image description here

我需要做什么或可以做些什么来解决它,请帮助我

最佳答案

看起来像是 Windows 上 putty.exe 的问题。 Windows 版本的 putty 不喜欢 gcloud 生成的命令行选项。

要解决此问题,请输入以下命令:

gcloud alpha cloud-shell ssh --dry-run

这将打印命令行来运行 putty.exe。它看起来像这样:

'C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\sdk\putty.exe' -t -P 6000 -i 'C:\Users\username\.ssh\google_compute_engine.ppk' username@devshell-vm-12345678-1234-4992-8505-01234567890ab.cloudshell.dev 'DEVSHELL_PROJECT_ID=development-12345 bash -l'

复制该命令行并将单引号替换为双引号,并删除以 'DEVSHELL_PROJECT_ID=development-12345 bash -l' 结尾的部分,因为这是在 Windows 上导致问题的部分。

示例:

"C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\sdk\putty.exe" -t -P 6000 -i "C:\Users\username\.ssh\google_compute_engine.ppk" username@devshell-vm-12345678-1234-4992-8505-01234567890ab.cloudshell.dev

第二种方法:

您还可以手动启动 putty.exe,然后填写 GUI 中的选项。

SSH 端口为 6000

上面的示例向您展示了 putty ssh 私钥:

C:\Users\username\.ssh\google_compute_engine.ppk

上面的示例显示了主机名:

devshell-vm-12345678-1234-4992-8505-01234567890ab.cloudshell.dev

关于putty - SSH PuTTy 错误无法打开地址 shell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60908083/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com