Changes

Jump to: navigation, search

OPS435 Python3 Lab 8

315 bytes added, 12:07, 10 November 2019
Set up SSH key login
: In order for an automated system to be able to connect to your VM and administer it - you will need to be able to connect to it using SSH keys. You've done this in both OPS235 and OPS335.
: Create a new SSH key pair (one private, and one public) on your main VM with your '''regular user. Please ''' (don't do not use it under root). Then Once you have both keys, set things up so that :* your regular user on your '''controller VM''' can SSH to the worker VM as the same regular user without prompting for a password.(ie. add the contents of your pub key to ~/.ssh/authorized_keys):* your regular user on your '''controller VM''' can SSH to the worker VM as root without propmting for a password. (ie. add the contents of your pub key to /root/.ssh/authorized_keys)
== PART 3 - Clone the Workers ==
1,760
edits

Navigation menu