We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8e72b commit 8647f5fCopy full SHA for 8647f5f
README.md
@@ -15,6 +15,8 @@ an AWS SDK client.ConfigProvider type (which can be satisfied with a session.Ses
15
target to connect with. For now, this client has only been tested on macOS and Linux, connecting to a Linux target.
16
See the [example](examples/ssm-shell) for a simple implementation.
17
18
+Note: If you have enabled KMS encryption for Sessions, then use `ssmclient.ShellPluginSession()`.
19
+
20
## SSH
21
SSH over SSM integration can be leveraged via the `ssmclient.SshSession()` function. Since the SSM SSH integration is
22
a specialized form of port forwarding, the function takes the same arguments as `ssmclient.PortForwardingSession()`.
0 commit comments