cloud_ssh_config generates ssh config file content from given cloud service
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
Create symlink to .bash_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 cloud_ssh_config is to use pip:
$ pip install cloud_ssh_config
or from sources:
$ git clone https://github.com/DmitriyLyalyuev/cloud_ssh_config.git
$ cd cloud_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:
cloud_ssh_config aws > ~/.ssh/config.d/aws
Use -h
or --help
key to get help and options.
Usage
To test autocompletion enter in terminal:
$ ssh host_[TAB]
Supported cloud providers
AWS
To get it working you need to run:
$ pip install awscli
$ aws configure
Enter your credentials to get access to the AWS API.
Or you can use environment variables.
DigitalOcean
Before use it you need register token and run it like:
$ cloud_ssh_config digitalocean --token place_your_token_here
Project details
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
File details
Details for the file cloud_ssh_config-0.2.2.tar.gz
.
File metadata
- Download URL: cloud_ssh_config-0.2.2.tar.gz
- Upload date:
- Size: 5.3 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 | 2771652943f2a8876c04f948cc4f4e0a140ec5e208056b874501e3a604d1ce8c |
|
MD5 | a2c47a2266884438a8aa85b6a4132564 |
|
BLAKE2b-256 | 8e6a979857d3b435842d3295abb08364be1b4c9c4dfde1dfdb292a3d048798dd |
File details
Details for the file cloud_ssh_config-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: cloud_ssh_config-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 2, 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 | 5499396d069a1012965615e7ccdcc7bfeb58e551fdc3e5203d7e4c71d811def4 |
|
MD5 | 00dff957601cc3fafd5bf343e51ccf54 |
|
BLAKE2b-256 | 854a8cae6ff3bb46ef205f088744bbd07d2e80a37f5066dbf0164eaf727d71fb |