Skip to content

A Python CLI to install SSH public key to a remote server for passwordless login.

License

Notifications You must be signed in to change notification settings

omidshojaee/ssh-copy-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python CLI to install SSH public key to a remote server for passwordless login.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages