sigil icon indicating copy to clipboard operation
sigil copied to clipboard

AWS SSM Session manager client

Results 14 sigil issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | require | minor | `v1.41.14` -> `v1.44.245` | ---...

We have some users that are using sigil with the ProxyCommand through tools like Ansible and Chef Knife. We're getting some ThrottlingExceptions as sessions and commands are exiting and entering...

enhancement

Related to #175, we also have some contention with settings that use the `--gen-key-pair` flag and a path: ``` Match User ubuntu* Host i-* IdentityFile ~/.sigil/%h/temp_key IdentitiesOnly yes ForwardAgent yes...

enhancement

I've been experimenting with different retry logic configurations for different use cases. It would be nice to be able to specify the different retry options in a configuration file, environment...

Add support for run command also in a way so it can accept input from stdin

enhancement

e.g. using github.com/AlecAivazis/survey

enhancement

Since it's possible to create custom session documents it should be useful to have support for that.

enhancement
good first issue

It looks that Hashicorp released similar service to AWS SSM called [Boundary](https://github.com/hashicorp/boundary). It could be interesting opportunity to start multiprovider support.

enhancement

`AWS session-manager-plugin` handles a WebSocket connection for sending input and receiving outputs. Maybe it could be embedded in `sigil` itself.

enhancement
help wanted