# ssh-copy-id **Repository Path**: zhangful/ssh-copy-id ## Basic Information - **Project Name**: ssh-copy-id - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-09 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ssh-copy-id A Python implementation of [ssh-copy-id](https://linux.die.net/man/1/ssh-copy-id) that works on **ALL** platforms. ## Dependencies [Fabric](http://www.fabfile.org/) : 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](https://zhengyi.mit-license.org/@2017) © Zhengyi Yang