Changes

Jump to: navigation, search

OPS435 Python3 Lab 8

60 bytes added, 11:13, 4 July 2020
PART 3: Set up SSH login with public key authentication
: Create a new SSH key pair (one private, and one public) under your account on matrix.senecacollege.ca.
: Once you have both keys, you can use the '''ssh-copy-id''' command to copy your public key to the student account on your VM, replace the port number with the correct value for your VM:<source lang='bash'>
ssh-copy-id -i ~/.ssh/id_rsa.pub -p 7200 student@myvmlab.senecacollege.ca
</source>
1,760
edits

Navigation menu