Open main menu

CDOT Wiki β

Changes

OPS705 Lab 3 (2227)

9 bytes added, 21:31, 13 October 2022
Switching to SSH keypair authentication:
# First, download and install Filezilla on your personal computer.
# On your Linux VM as a regular user, generate your SSH keypair (accept all defaults): <code>ssh-keygen</code>
# Install the new keys on the system: <code>ssh-copy-id localhost-p 22222</code>
# Using Filezilla on your personal computer, log into the Linux VM and download your new public key:
#* On Windows, store the downloaded key here: <code>C:\Users\[yoursenecaid]\.ssh\</code>