# Remote Access

The CSL employs a remote access functionality called **Remote Access Servers** (RASes for short) for students and staff to access their CSL files outside school grounds. Currently, we have two remote access servers (`ras1` and `ras2`) which are both VMs that are the only machines beyond a select few that provide incoming SSH from outside the CSL network.

We use [fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page), an intrusion detection software, to block repeated mass authentication attempts against the remote access servers.

Issues related to the Remote Access Servers should be directed to the [Infrastructure Lead](/general/sysadmins-list.md#current-leads).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.tjhsst.edu/services/remote-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
