Skip to content

Releases: patrickbcullen/essh

v0.4.2

03 Feb 18:27
Compare
Choose a tag to compare
  • fixed bug with python3 and exceptions

v0.4.1

03 Feb 18:07
Compare
Choose a tag to compare
  • added support for AWS_SESSION_TOKEN
  • added --zone option to filter instances to a specific zone. Useful when SSHing into an autoscaling group where all the instances have the same name. Zone is also used to specify the region so you don't need a profile for every region.
  • added --profile option to read the AWS credentials from the named profile.

v0.3.2

18 May 13:42
Compare
Choose a tag to compare
  • fixed a bug with ssh commands that contain options like "tail -f"

v0.3.0

10 Dec 22:54
Compare
Choose a tag to compare
  • If no username command fails, it will try various common usernames until one works.

v0.2.0

10 Dec 21:47
Compare
Choose a tag to compare
  • add indexing syntax and the ability to run commands