From 5399f39659ac39f037017e166821847e3016484d Mon Sep 17 00:00:00 2001 From: Max Erenberg Date: Wed, 31 Aug 2022 23:58:54 -0400 Subject: [PATCH] clarify the file on which to run `chmod 600` --- docs/cloudstack.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cloudstack.md b/docs/cloudstack.md index a361d0a..b671c18 100644 --- a/docs/cloudstack.md +++ b/docs/cloudstack.md @@ -117,9 +117,9 @@ are not on campus, you can still access your VM via the following methods: The second option is generally more convenient. The idea is to SSH into a CSC general-use machine first, then SSH from there into your VM. -On any CSC general-use machine, copy your SSH key to the `.ssh` folder in your -home directory (e.g. via scp). Make sure that it is only readable by you (e.g. -run `chmod 600` on it). Running `ls -l ~/.ssh` should show something like this: +On any CSC general-use machine, copy your `id_rsa` file to the `.ssh` folder in your +home directory (e.g. via scp). Make sure that the `id_rsa` file is only readable by +you (e.g. run `chmod 600 ~/.ssh/id_rsa`). Running `ls -l ~/.ssh` should show something like this: total 16 -rw-r--r-- 1 ctdalek ctdalek 918 Oct 14 12:05 authorized_keys