资 源 简 介
Moved to GitHub
Keploy is a python application that allows you to deploy your ssh public key to remote systems without having to remember all the little things, like file permissions.
Features:
Push ssh public key to remote(s)
Remove ssh public key from remote(s)
Replace old public key with a new one on remote(s)
Can target all hosts in un-hashed known_hosts file
Usage:
To deploy your default public key (~/.ssh/{id_rsa,id_dsa,identity}.pub) to all hosts in your known_hosts file:
# keploy -k
To deploy your default public key to host remote.host.com:
# keploy remote.host.com
NEW To deploy your default public key to host remote.host.