Code Monkey home page Code Monkey logo

keploy's Introduction

keploy 0.7
===============

keploy - SSH Public Key Deplyment Utility
Copyright © 2007 Greg Swift
Written by: Greg Swift <[email protected]>
License: General Public License (GPL) v3

Description
===============

keploy is a utility to distribute and remove your public ssh key to a single
or large number of systems with the least amount of effort possible.

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

* To deploy your default public key to host remote.host.com and auto accept
  the ssh public key:
     # keploy -y 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

How to report bugs
===============
Visit http://code.google.com/p/keploy and goto the 'Issues' tab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.