faq-remote-access-to-linux-computers.md
... ...
@@ -15,24 +15,22 @@ Data processing should not be done on the gateway, for computational jobs
15 15
connect through gateway to another workstation and run your jobs there (for
16 16
exceptions see Table I).
17 17
18
-Currently we have two SSH gateways:
18
+ssh to:
19 19
20
-* crystal.harvard.edu
21 20
* crystal2.sbgrid.org
22 21
23
-crystal.harvard.edu is currently for use for legacy accounts.
24
-crystal2.sbgrid.org is for use with `new` accounts or accounts transferred to our new LDAP authentication system. You should only use crystal2.sbgrid.org if you have told to do so by SBGrid staff.
22
+You should only use crystal2.sbgrid.org if you have told to do so by SBGrid staff.
25 23
26 24
Example syntax for connecting to SSH gateway for Harvard Medical School
27 25
groups:
28 26
29 27
* Non-GUI connection: 
30 28
31
-``` ssh username@crystal.harvard.edu;```
29
+``` ssh username@crystal2.sbgrid.org;```
32 30
33 31
* GUI (connecting to a linux system): 
34 32
35
-``` ssh -Y username@crystal.harvard.edu;```
33
+``` ssh -Y username@crystal2.sbgrid.org;```
36 34
37 35
``` ssh -Y abacus ``` (replace abacus with the name of your workstation.)
38 36
... ...
@@ -57,7 +55,7 @@ If your site is not included on this list please contact us for further info abo
57 55
| **Labs** |**Gateway** |**Running jobs on gateway**|
58 56
|:----------- |:-------------:| :-------------------------|
59 57
| HMS and CHB |crystal2.sbgrid.org |not allowed |
60
-| DFCI labs |crystal.harvard.edu |not allowed |
58
+| DFCI labs |crystal2.sbgrid.org |not allowed |
61 59
| MCB |galactica.mcb.harvard.edu |allowed |
62 60
63 61
**MCB**: You cannot ssh to galactica.mcb.harvard.edu if you are inside the MCB or Harvard University network. Instead ssh directly to the system you need to access.