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