# # (C) Copyright University of California Riverside. 2001-2002. # # Peerware - P2P Simulation Infrastructure # # @version : 1.0 # @document author : Demetris Zeinalipour (csyiazti@cs.ucr.edu) # Project Supervision : Dimitris Gunopulos (dg@cs.ucr.edu) # Computer Science Department , University of California, Riverside # # Document Description # ******************** This document provides briefly describes how to install public/private keys on your network. The main reason peerware requires this setting is in order to allow the various shell scripts to automatically connect to remote machines and to perform tasks. Instructions 1) cd ~/ssh (otherwise create this folder) 2) Execute: ssh-keygen -t rsa -b 1024 press filename: identity 3) cp ~/.ssh/identity.pub ~/.ssh/authorized_keys 4) chmod go-rwx ~/.ssh/authorized_keys If you have trouble please consult other resources : http://www.arches.uga.edu/~pkeck/ssh/ or http://www.google.com/search?q=ssh+keys