{term}
 $ mkdir ~/.condor
 $ cd ~/.condor
-$ touch accessKeyFile
+$ touch publicKeyFile
 $ touch secretKeyFile
-$ chmod 600 accessKeyFile secretKeyFile
+$ chmod 600 publicKeyFile secretKeyFile
 {endterm}
 
 The last command ensures that only you can read or write to those files.