]> sipb.mit.edu Git - wiki.git/blobdiff - doc/using-athena.mdwn
(no commit message)
[wiki.git] / doc / using-athena.mdwn
index 71004692b1226c6d4c537b691d817ce700470264..587053eb6abc0d4567ff75a506bef178a58644a1 100644 (file)
@@ -17,14 +17,14 @@ but replacing `[kerberos]` with your Athena username. So, for example, if your u
 If successful, ssh will tell you (in your _first_ time):
 
 ```
-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:
 ```
 
@@ -33,10 +33,10 @@ Type your password and press Enter. Note, you will not see any characters as you
 Now you’ll be prompted to complete two-factor authentication via Duo.
 
 ```
-Enter a passcode or select one of the following options:
- 1. Duo Push to XXX-XXX-0000
- 2. Phone call to XXX-XXX-0000
- 3. SMS passcodes to XXX-XXX-0000
+Enter a passcode or select one of the following options:  
+ 1. Duo Push to XXX-XXX-0000  
+ 2. Phone call to XXX-XXX-0000  
+ 3. SMS passcodes to XXX-XXX-0000  
 Passcode or option (1-3):
 ```
 
@@ -49,7 +49,7 @@ aphacker@scrubbing-bubbles:~$
 You have now been dropped into an Athena shell. 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
 ```
 
@@ -64,7 +64,7 @@ Files in your `~/www` directory are available on the internet through a URL, and
 First, `cd` into the `www` directory.
 
 ```
-aphacker@scrubbing-bubbles:~$ cd www
+aphacker@scrubbing-bubbles:~$ cd www  
 aphacker@scrubbing-bubbles:~/www$
 ```