https://github.com/kenzo0107/omssh
Interactive cli tool to connect to an EC2 Instance using EC2 Instance Connect
https://github.com/kenzo0107/omssh
aws ec2 mssh ssh
Last synced: 4 months ago
JSON representation
Interactive cli tool to connect to an EC2 Instance using EC2 Instance Connect
- Host: GitHub
- URL: https://github.com/kenzo0107/omssh
- Owner: kenzo0107
- License: mit
- Created: 2019-08-01T18:21:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T08:10:45.000Z (over 6 years ago)
- Last Synced: 2025-10-27T04:35:01.091Z (8 months ago)
- Topics: aws, ec2, mssh, ssh
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oreno-mssh
[]()
[](https://godoc.org/github.com/kenzo0107/omssh)
[](https://raw.githubusercontent.com/kenzo0107/omssh/master/LICENSE)
[](https://goreportcard.com/report/github.com/kenzo0107/omssh)
[](https://codecov.io/gh/kenzo0107/omssh)
## 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