]> sipb.mit.edu Git - wiki.git/commitdiff
(no commit message)
authorCJ Quines <cjq@mit.edu>
Tue, 29 Nov 2022 21:38:35 +0000 (16:38 -0500)
committersipb-www <sipb-www@bees-knees.mit.edu>
Tue, 29 Nov 2022 21:38:35 +0000 (16:38 -0500)
doc/using-athena.mdwn

index 89a4752bda6e3675035436da6808049efdfbeeec..06cd122172dc969cab002cb8f4b78e8cddb847fb 100644 (file)
@@ -31,14 +31,14 @@ but replacing `[kerberos]` with your kerberos/Athena username. So, for example,
 If successful, ssh will tell you (on your _first_ connection):
 
 ```
-Host key not found from the list of known hosts.
+Host key not found from the list of known hosts.  
 Are you sure you want to continue connecting (yes/no)?
 ```
 
 Type `yes', and now it will respond:
 
  ```
-Host 'athena.dialup.mit.edu' added to the list of known hosts.
+Host 'athena.dialup.mit.edu' added to the list of known hosts.  
 aphacker's password:
 ```
 
@@ -63,7 +63,7 @@ aphacker@scrubbing-bubbles:~$
 You have now been dropped into Athena! Like the terminal on your computer, you can type commands and they will execute. For example, you can type `pwd` and see
 
 ```
-aphacker@scrubbing-bubbles:~$ pwd
+aphacker@scrubbing-bubbles:~$ pwd  
 /afs/athena.mit.edu/user/a/p/aphacker
 ```
 
@@ -76,7 +76,7 @@ Files in your `~/www` directory are available on the internet through a URL, spe
 First, `cd` into the `www` directory.
 
 ```
-aphacker@scrubbing-bubbles:~$ cd www
+aphacker@scrubbing-bubbles:~$ cd www  
 aphacker@scrubbing-bubbles:~/www$
 ```