ssm-session-client
ssm-session-client copied to clipboard
A golang implementation of the protocol used with AWS SSM sessions
I recieved this error while trying to ssm-shell sessions encrypted with KMS ----------ERROR------- Encountered error while initiating handshake. Handshake timed out. Please ensure that you have the latest version of...
I have been using the `ssmclient.PluginSession(cfg, tgt)` method for establishing port forwarding, as suggested in the following example: https://github.com/mmmorris1975/ssm-session-client/blob/main/examples/port-forwarder/main.go#L59 However, the session terminates automatically after about 30s idle, there are...