Metadata-Version: 2.0
Name: mssh-copy-id
Version: 0.0.2
Summary: Copy SSH keys to multiple servers
Home-page: https://github.com/samuel-phan/mssh-copy-id
Author: Samuel Phan
Author-email: samuel@quoonel.com
License: MIT
Keywords: ssh ssh-key ssh-copy-id
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: argparse
Requires-Dist: paramiko (>=1.7)
Provides-Extra: dev
Requires-Dist: twine; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-runner; extra == 'test'

mssh-copy-id is a command-line tool to copy SSH keys to multiple servers.


