> See also:
> - Reference
![[Secure Shell (SSH)#^SSH-Logins]]
# Computer Science UCF
## Eustis Server Setup
The **Eustis server** is a Linux based server operated by the UCF campus to assist computer science students in having a consistent development environment and prevent arguments such as "it worked on my machine" when submitting assignments.
### VPN For SSH Server Connections
While on the campus wifi *(UCF_WPA2)* you can connect to the Eustis server automatically. While off campus you will need to first connect through a VPN.
- Linux: Use *Cisco AnyConnect Secure* VPN with `https://secure.vpn.ucf.edu/` as the address and your NID username/password when prompted.
> [!info] Connecting to Eustis From Command Line (Linux)
> 1. Open a terminal window and enter `ssh [Your NID]@eustis.eecs.ucf.edu`
> - `ssh
[email protected]`
> 2. Enter NID password when prompted
---
![[Secure Shell (SSH)#Transferring Files]]