【发布时间】:2019-03-01 21:44:18
【问题描述】:
我正在尝试使用运行 odoo v11 的 ssh 和 putty 登录到 aws 实例,我采用了不同的方式来获取访问权限,但我仍然不能。
Errors in ssh :
permission denied (public key) -> I was able to login with the same key suddenly I could not log in and no one changed the permission
我也更改了密钥对,但仍然无法登录
Errors in putty :
It shows (server refused our key) -> I get the same message with the previous key and the new one
另外,我创建了一个 EBS 支持的 AMI,并使用新密钥启动了一个新实例,但我仍然无法获得访问权限
所以我的问题是如何检查.ssh 配置?
以及如何备份 PostgreSQL 数据库并将其添加到新创建的 odoo 中?
【问题讨论】:
标签: postgresql amazon-web-services amazon-ec2 odoo ssh-keys