https://github.com/dalibo/keyex
SSH Key Exchanger
https://github.com/dalibo/keyex
Last synced: 30 days ago
JSON representation
SSH Key Exchanger
- Host: GitHub
- URL: https://github.com/dalibo/keyex
- Owner: dalibo
- License: other
- Created: 2018-12-27T09:55:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T08:57:12.000Z (over 7 years ago)
- Last Synced: 2025-01-16T05:29:26.546Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
keyex
=====
SSH Key Exchanger
keyex configures public key authentication between multiple users and
hosts. It generates a new passphrase-less key pair if there not key
available. It takes care of adding keys to `.ssh/authorized_keys` and
host public keys to `.ssh/known_hosts`.
Exchange can be :
* N-N
* 1-N and back
* 1-N one way
keyex is written in Python and is released under the BSD 2-Clause
License.
Requirements
------------
* python
* paramiko
Tested on Debian Stretch with python 2.7 and paramiko 2.0.0.