Installation: ssh
- 2. Configure ssh to allow process startup across machines without password entry:
- You probably already have ssh/sshd. If not, download from http://www.openssh.org and install according to instructions.
- Run ssh-keygen -t rsa on each machine from which you will launch PGENESIS to generate private/public keys.
- Append all of the public keys (stored in ~/.ssh/id_rsa.pub) to ~/.ssh/authorized_keys on all host on which you want to run PGENESIS processes.
- Test: ssh remote_host_name remote_command should not ask you for a password.
Notes:
No notes for slide 8