]> sipb.mit.edu Git - wiki.git/blobdiff - doc/using-athena.mdwn
(no commit message)
[wiki.git] / doc / using-athena.mdwn
index 36cdc73e6c2b1f9aeb8bc52202fea6537661a41b..758085e3e77ddf85a6c1ce924828c609917bf1a9 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:
 ```
 
@@ -32,14 +32,13 @@ 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):
-````
+```
 
 Type an option number and press Enter. Do your two-factor authentication. With luck, the terminal will print a bunch of startup text, finally ending with a line like
 
@@ -50,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
 ```
 
@@ -65,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$
 ```
 
@@ -83,7 +82,7 @@ You can edit the webpage you just made by running a text editor like nano or Vim
 aphacker@scrubbing-bubbles:~/www$ nano index.html
 ```
 
-This should bring up a screen with the current contents of `index.html`, which you can now edit. You can read more about how to use nano elsewhere, but for now, it’s enough to know that pressing <CTRL-O> and then Enter will save the file, and <CTRL-X> will exit you from nano.
+This should bring up a screen with the current contents of `index.html`, which you can now edit. You can read more about how to use nano elsewhere, but for now, it’s enough to know that pressing `<CTRL-O>` and then Enter will save the file, and `<CTRL-X>` will exit you from nano.
 
 ## Using SCP