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
I am using ssh to connect to EC2 instances; the ssh configuration uses:
ec2-instance-connect to send the public ssh key to the host;
ssm start-session to actually start the ssh session
Authentication for the aws cli is done using SSO (provided by Azure and configured using aws configure sso).
Session is sometimes cut-off by an go application panic (segfault), I removed the token value and the email address domain name:
I am using ssh to connect to EC2 instances; the ssh configuration uses:
ec2-instance-connect
to send the public ssh key to the host;ssm start-session
to actually start the ssh sessionAuthentication for the aws cli is done using SSO (provided by Azure and configured using
aws configure sso
).Session is sometimes cut-off by an go application panic (segfault), I removed the token value and the email address domain name:
Session manager plugin version:
OS:
The text was updated successfully, but these errors were encountered: