AWS SSH connection error: Permission denied (publickey)

后端 未结 9 1676
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 22:58

Im trying to connect to my EC2 instance with SSH and Iḿ getting crazy. I have read this post and tried all user combinations:

AWS ssh access 'Permission denied (

9条回答
  •  隐瞒了意图╮
    2020-12-07 23:49

    Another thing to check is PermitRootLogin and AllowUsers in /etc/ssh/sshd_config.

    This debug1: key_parse_private2: missing begin marker appears even after successful key authorization if your user access restricted.

提交回复
热议问题