aws_ssh_config generates ssh config file content from given AWS account
Project description
Autocomplete SSH hosts for AWS
Setup autocompletion
To get it working you need to install bash-completion and boto3 python library.
On MacOS X run:
$ brew install bash-completion
$ pip install boto3 awscli
$ aws configure
Enter your credentials to get access to the AWS API.
Or you can use environment variables.
Create symlink to .ssh_autocompletion file in your home folder:
$ ln -sf $(pwd)/.bash_autocompletion ~/
Import .bash_autocompletion in your ~/.bashrc:
$ echo 'source ~/.bash_autocompletion' >> ~/.bashrc
$ . ~/.bash.rc
Installing
The easiest way to install aws_ssh_config is to use pip:
$ pip install aws_ssh_config
or from sources:
$ git clone https://github.com/DmitriyLyalyuev/aws_ssh_config.git
$ cd aws_ssh_config
$ python3 setup.py install
Generating/updating ssh config
Create for ssh config.d folder:
$ mkdir -p ~/.ssh/config.d
To generate or update ssh config for AWS hosts run:
aws_ssh_config > ~/.ssh/config.d/aws
Usage
To test autocompletion enter in terminal:
$ ssh host_[TAB]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_ssh_config-0.1.4.tar.gz.
File metadata
- Download URL: aws_ssh_config-0.1.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
950c27891a15d2dcbc02bc10a7b52de123e2820c4e1e293d646f479e5a736a18
|
|
| MD5 |
9ea7f294e142ed8aa1974c2c95cd7327
|
|
| BLAKE2b-256 |
53e6e6a5f707fdb41c0b1dc560889db1c493edf731282eec119e0723b8fd807a
|
File details
Details for the file aws_ssh_config-0.1.4-py3-none-any.whl.
File metadata
- Download URL: aws_ssh_config-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e26aeecc3e513fb61c51d902496a271e2d0cd69e28cf4a5ff1846566695ca1d
|
|
| MD5 |
787abe651b2da5550f4976775ebdeaa6
|
|
| BLAKE2b-256 |
c8c873891281e7aca9894656c59fbfc40b7adfee49c99ddc772e437e47b026c9
|