Skip to content

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

License

Notifications You must be signed in to change notification settings

zhengyi-yang/ssh-copy-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages