Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 655 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 655 Bytes

ssh-copy-id

ssh-copy-id is a tool to install an SSH public key on a server as an authorized key. Its purpose is to provide access without requiring a password for each login.

This tool is part of OpenSSH and is available on Linux.

This Python CLI works on all platforms, providing that you have Python and Paramiko installed (see requirements.txt).

How to use

  1. Install Python or update it to the latest version.
  2. Clone this repository.
  3. Navigate to cloned folder, create an activate a virtual environment.
  4. Install the requirements from requirements.txt file.
  5. Run the script with Python to get the usage instructions.