aws / aws-ec2-instance-connect-cli

This is an all-in-one client for EC2 Instance Connect that handles key brokerage and establishing connection to EC2 Instances through an interface near-identical to standard system ssh, sftp, and other utilities.
Apache License 2.0
159 stars 42 forks source link

Logging support #7

Closed echoboomer closed 5 years ago

echoboomer commented 5 years ago

Are there any plans to add support for logging sessions? We recently migrated from using ssm to using ec2-instance-connect, but we did sacrifice the ability to log sessions.

LordAlfredo commented 5 years ago

Do you mean within the CLI or on the instance side? As the CLI currently hooks into the native ssh executable the former is not planned. As for the latter there are several ways to configure server-side ssh session logging, it is out of scope for this CLI as it is meant just as a wrapper for connecting to an instance via EC2 Instance Connect.

echoboomer commented 5 years ago

My mistake - I probably asked about this in the wrong place. Thanks the clarification!