Keploy

A CLI SSH public key deployment utility
Download

Keploy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Greg Swift
  • Publisher web site:
  • http://code.google.com/u/gregswift/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 16 KB

Keploy Tags


Keploy Description

A CLI SSH public key deployment utility Keploy is a free and open source application written in Python, that allows you to deploy your SSH public key to remote systems without having to remember all the little things, like file permissions.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 pulic key to host remote.host.com:· kepoy remote.host.com To deploy your default public key to remote.host.com as user bob and enable Agent Forwarding:· keploy -A --user=bob remote.host.com To replace your old key (now ~/.ssh/id_rsa.old.pub) with your new default public key onto all hosts in the file "~/myhosts":· keploy -c ~/.ssh/id_rsa.old.pub -f ~/myhosts Remove your public key from all boxes in your known_hosts file, and turn off Agent Forwarding:· keploy -r -k -A Here are some key features of "Keploy": · 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 Requirements: · Python


Keploy Related Software