ssh wrappers to transparently use chef node names instead of hostnames
Project description
Inspired by ec2-ssh from instagram, this uses the pychef library to allow you to address your hosts by their chef node name instead of the dns name.
This differs from knife ssh because these tools operate with interactive shells, and are meant for working with 1 node at a time.
Prerequisities
You need to have an installed and configured chef client on your machine. The code uses the pychef autoconfigure() to discover and load the chef configuration
Usage
chssh node1 # ssh to chef node node1
chssh user@node1 # ssh as user to chef node node1
chscp file user@node1:path # scp file to chef node node1
chscp user@node1:path . # scp file from chef node node1
Enjoy!
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
File details
Details for the file chssh-0.4.2.tar.gz
.
File metadata
- Download URL: chssh-0.4.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16e6285547bbce0cf6d222613856bb570f16dd3e5ee1c8f9c14e41586980affe |
|
MD5 | 08173931b3cd4eb86666c56ac97969d2 |
|
BLAKE2b-256 | 1f94714b9dcc2abcbdad998b63282328d79e55598624131c9c264f9f9f79971f |