Metadata-Version: 1.0
Name: ssh2
Version: 1.0
Summary: Simplifying EC2 ssh'ing
Home-page: https://github.com/soheil/ssh2
Author: Soheil Yasrebi
Author-email: ysoheil@gmail.com
License: UNKNOWN
Description: SSH to Your EC2 Instance Instantly
        ==================================
        
        SSH2 is an interactive command line tool which allows you to quickly ssh
        to an EC2 instance. You can select from a list of running servers under
        your account.
        
        |image0| |image1|
        
        Usage
        -----
        
        ::
        
            $ ssh2 1
        
        ::
        
            $ ssh2 -h
            Usage: ssh2 [options] [server_number]
              server_number: a numeric value corresponding to the server number
              e.g.: 'ssh2 1' will ssh into the 1st server in the list.
        
            Options:
              -h, --help            show this help message and exit
              -x, --bust-cache      refetch servers list from AWS
              -u USER, --user=USER  provide user (default: ubuntu)
              -i IDENTITY, --identity=IDENTITY
                                    provide identity file
              -p PROFILE, --profile=PROFILE
                                    provide AWS profile
              --ip=IP               connect using IP instead of DNS
        
        Requirements
        ------------
        
        -  `AWS CLI <https://aws.amazon.com/cli/>`__
        -  Python
        
        Installation
        ------------
        
        ::
        
            git clone https://github.com/soheil/ssh2.git
            cd ssh2
            ln -sf $(pwd)/ssh2 /usr/local/bin/
        
        Author
        ------
        
        Soheil Yasrebi, [@soheil](https://twitter.com/soheil)
        
        .. |image0| image:: https://raw.githubusercontent.com/soheil/ssh2/master/docs/Screen%20Shot%202015-12-06%20at%2012.47.53%20PM.png
        .. |image1| image:: https://raw.githubusercontent.com/soheil/ssh2/master/docs/Screen%20Shot%202015-12-06%20at%2012.48.10%20PM.png
        
Keywords: ssh,ec2,aws
Platform: UNKNOWN
