Skip to content

A quick and dirty Python script to install SSH public keys onto Procurve switches

License

Notifications You must be signed in to change notification settings

joshmarvel/Procurve-Public-Key-Automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Procurve-Public-Key-Automator

A quick and dirty Python script to install SSH public keys onto Procurve switches.

For more information, visit: https://joshuamarvel.com/automate-procurve-client-public-key-ssh-authentication-setup/

Prerequisites: Pexpect only runs on Linux so this script can only be run from Linux based systems.

Install Pip and Pexpect:

wget https://bootstrap.pypa.io/get-pip.py 
python get-pip.py
pip install pexpect

About

A quick and dirty Python script to install SSH public keys onto Procurve switches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages