update SSH_KEY_PATH documentation in README

This commit is contained in:
Max Erenberg 2022-11-19 06:57:50 +00:00
parent 9d2a3092bb
commit 5e725cd58d
1 changed files with 2 additions and 2 deletions

View File

@ -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: