Open main menu

CDOT Wiki β

Changes

OPS705 Lab 3 (2227)

118 bytes added, 21:56, 13 October 2022
Switching to SSH keypair authentication:
=== Switching to SSH keypair authentication: ===
[[Image:Ops705_filezilla-connect.png|right|500px|thumb|Connection information for FileZilla using the custom port..]]# First, download and install Filezilla 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 22222localhost</code># Using Filezilla 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>
#* On Mac, store the downloaded key here: <code>~/.ssh/</code>