You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
On Ubuntu 20.04, AuthorizedKeysCommand fails, the following is from the auth.log output AuthorizedKeysCommand /usr/share/ec2-instance-connect/eic_run_authorized_keys username SHA256:ecphulTPPp7xHnSCVkuQH2fcXemYKjT8xFftheRDz+s failed, status 22
The exact same install method works on 18.04. I'm not 100% sure what's the issue.
Metadata:
On Ubuntu 20.04,
AuthorizedKeysCommandfails, the following is from theauth.logoutputAuthorizedKeysCommand /usr/share/ec2-instance-connect/eic_run_authorized_keys username SHA256:ecphulTPPp7xHnSCVkuQH2fcXemYKjT8xFftheRDz+s failed, status 22The exact same install method works on 18.04. I'm not 100% sure what's the issue.
It looks to be related to #142
My
/etc/ssh/sshd_configshows on the bottom (and is the only activeAuthorizedKeysCommandoption):My
/opt/authorized_keys_command.shis the correct one supplied by this packageThe string
ec2-instance-connectoreicdoes not appear anywhere in my/etc/ssh/sshd_configand I've triple checked reloading ssh serverAny idea why the "EC2 Instance Connect" script is being called here?