raulanatol / aws-ssh

EC2 ssh open connection tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-ssh

Secure ssh (authorize before and revoke after connect) to aws servers

Usage

aws-ssh ssh --instance=[EC2-instance-ID] --user=[ec2-user] --region=[region]
aws-ssh ssh --instance=[instance-id] --user=ubuntu --region=us-west-2
aws-ssh ssh --mode=key_modes --instance=[instance-id] --key=/file.pem --user=[ec2-user] --region=[region] --access=[access-key] --secret=[access-secret-key]  

Install

sudo make install

Uninstall

sudo make uninstall

About

EC2 ssh open connection tool

License:MIT License


Languages

Language:Python 95.9%Language:Makefile 4.1%