使用 PuTTY 连接到 Amazon EC2 Windows 实例 运行 freeSSHd
Connecting with PuTTY to Amazon EC2 Windows instance running freeSSHd
我可以使用 PuTTY 连接到 EC2 Linux 实例,但我需要将它连接到 Amazon EC2 Windows 实例。
我在 EC2 Windows 实例上安装了 freeSSHd 服务器以支持端口 22 上的 SSH 客户端请求。SSH 服务器 运行 在端口 22 上。
当我尝试连接时,它要求输入密码。在尝试使用一些可用密码后,它拒绝连接。我尝试使用用户名 ec2-user、root 和管理员。
- 经过putty配置的link:
"Server Refused our key" after launching instance from private EBS AMI
- Connect ssh(putty) to ec2 instance
是否可以使用 PuTTY 连接到 Amazon EC2 windows 实例?
首先,freeSSHd 是不可靠且过时的服务器。我建议你换一个。
实际上,Microsoft now provides a beta version of OpenSSH port for Windows。
无论如何,在 freeSSHd 设置中配置帐户。然后在 PuTTY 中使用配置的凭据。
我可以使用 PuTTY 连接到 EC2 Linux 实例,但我需要将它连接到 Amazon EC2 Windows 实例。
我在 EC2 Windows 实例上安装了 freeSSHd 服务器以支持端口 22 上的 SSH 客户端请求。SSH 服务器 运行 在端口 22 上。
当我尝试连接时,它要求输入密码。在尝试使用一些可用密码后,它拒绝连接。我尝试使用用户名 ec2-user、root 和管理员。
- 经过putty配置的link: "Server Refused our key" after launching instance from private EBS AMI
- Connect ssh(putty) to ec2 instance
是否可以使用 PuTTY 连接到 Amazon EC2 windows 实例?
首先,freeSSHd 是不可靠且过时的服务器。我建议你换一个。
实际上,Microsoft now provides a beta version of OpenSSH port for Windows。
无论如何,在 freeSSHd 设置中配置帐户。然后在 PuTTY 中使用配置的凭据。