Update Outside_Users authored by Doak, Peter W.'s avatar Doak, Peter W.
...@@ -15,12 +15,12 @@ You ORNL email is connected to your 3 character UCAMS id. If you have a UCAMS i ...@@ -15,12 +15,12 @@ You ORNL email is connected to your 3 character UCAMS id. If you have a UCAMS i
Now that you are on the network you can (if you are a CNMS User) request access to [Cades CONDO](https://code.ornl.gov/CNMS/CNMS_Computing_Resources/wikis/gaining_access) Now that you are on the network you can (if you are a CNMS User) request access to [Cades CONDO](https://code.ornl.gov/CNMS/CNMS_Computing_Resources/wikis/gaining_access)
* You will also need to request Login Server access for your UCAMS id. I do not think this server is reachable from off the network. * You will also need to request Login Server access for your UCAMS id (uid). I do not think this server is reachable from off the network.
[UCAMS server](http://ucams.ornl.gov) [UCAMS server](http://ucams.ornl.gov)
To get to Cades from off the ornl network you will need to do the following once the login server ssh user is granted. To get to Cades from off the ornl network you will need to do the following once the login server ssh user is granted.
```shell ```shell
your-machine$ ssh uid@login1.ornl.gov your-machine$ ssh your-uid@login1.ornl.gov
login1.ornl.gov$ ssh or-condo-login login1.ornl.gov$ ssh or-condo-login
``` ```
... ...
......