Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.03 KB

oreno-mssh

v0.0.3 GoDoc license Go Report Card codecov

AWS mssh Tool wrapper

This project provides an interactive cli tool using ec2-instance-connect api to connect via ssh to ec2 instance.

  • select profile in your aws credentials
  • select ec2 instance id in list of ec2 intances gotten by credentials specified profile
  • ssh to ec2 instance by using ec2 instance connect api

Install

$ go get -u github.com/kenzo0107/omssh

LICENSE

The MIT License (MIT)

Copyright (c) 2019 Kenzo Tanaka