From 5e725cd58d974502a43d1aa790884ff79f693fc7 Mon Sep 17 00:00:00 2001 From: Max Erenberg Date: Sat, 19 Nov 2022 06:57:50 +0000 Subject: [PATCH] update SSH_KEY_PATH documentation in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8c4c48..e475d79 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ export UPLOAD_DIRECTORY=/var/www/csc-cloud-images export UPLOAD_BASE_URL=http://biloba.csclub.uwaterloo.ca/csc-cloud-images # notification emails will be sent here export EMAIL_RECIPIENT=root@csclub.uwaterloo.ca -# directory where SSH keys are stored to SSH into VMs created in CloudStack -export SSH_KEY_PATH=~/.ssh +# path of SSH key used to SSH into VMs created in CloudStack +export SSH_KEY_PATH=~/.ssh/id_rsa_cloudstack ``` Finally: