]> sipb.mit.edu Git - wiki.git/commitdiff
Syntax errors fix
authorJavier Solis <javsolis@mit.edu>
Sun, 28 Nov 2021 01:38:43 +0000 (20:38 -0500)
committersipb-www <sipb-www@bees-knees.mit.edu>
Sun, 28 Nov 2021 01:38:43 +0000 (20:38 -0500)
doc/using-athena.mdwn

index 324604ac84d8950b715dbaaef9f2c523ef5dda83..89a4752bda6e3675035436da6808049efdfbeeec 100644 (file)
 
 SSH (Secure Shell) allows a computer to remotely login into another computer/server while making use of adequate security features. Thankfully, most operating systems have an SSH program already built in and no additional installs are needed on your machine. You can SSH into Athena by following these steps.
 
+
+**Note:** If your computer does not have `ssh`, you could also use shellinabox, an online terminal for using Athena that can be found [here](https://athena.dialup.mit.edu/.) Though, it’s not ideal as it will log you off if you’re idle for a few minutes (which is probably not what you want when you’re following a guide like this).
+
+
 First, open your OS’s respective terminal. Then enter
 
 ```
 ssh [kerberos]@athena.dialup.mit.edu
 ```
 
+
 but replacing `[kerberos]` with your kerberos/Athena username. So, for example, if your username is `aphacker`, you would type into the terminal `ssh aphacker@athena.dialup.mit.edu`.
 
-If successful, ssh will tell you (on your _first_ connecting):
+If successful, ssh will tell you (on your _first_ connection):
 
 ```
 Host key not found from the list of known hosts.
@@ -39,14 +44,13 @@ aphacker's password:
 
 Type your password and press Enter. Note, you will not see any characters appear as you type your password; this is a security feature.
 
-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-1234
- 2. Phone call to XXX-XXX-1234
- 3. SMS passcodes to XXX-XXX-1234
+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-1234  
+ 2. Phone call to XXX-XXX-1234  
+ 3. SMS passcodes to XXX-XXX-1234  
 Passcode or option (1-3):
 ```
 
@@ -63,8 +67,6 @@ aphacker@scrubbing-bubbles:~$ pwd
 /afs/athena.mit.edu/user/a/p/aphacker
 ```
 
-**Note start:** If your computer does not have `ssh`, you could also use shellinabox, an online terminal for using Athena that can be found [here](https://athena.dialup.mit.edu/.) Though, it’s not ideal as it will log you off if you’re idle for a few minutes (which is probably not what you want when you’re following a guide like this). ** Note end.**
-
 ## Serving a website from AFS
 
 Now that you’re in Athena, you can access the files in MIT’S AFS. Right now, you are in your home directory for MIT’s AFS. There are several subdirectories in your home directory, but the important one to focus on right now is `~/www`.