markscottwright / ssh-copy-id

A Python implementation of ssh-copy-id that works on ALL platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh-copy-id

A Python implementation of ssh-copy-id that works on ALL platforms.

Dependencies

Fabric : A Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.

pip install fabric

Usage

ssh-copy-id.py [-h] [-i [IDENTITY_FILE]] [-p [PORT]] [user@]machine

For Windows users, there is a pre-built exe executable file (only tested on Windows 7 64-bit) under dist.

License

MIT License © Zhengyi Yang

About

A Python implementation of ssh-copy-id that works on ALL platforms.

License:Other


Languages

Language:Python 100.0%