compute_portal
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| compute_portal [2020/08/25 21:32] – pgh5a | compute_portal [2025/09/04 09:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Portal SSH Login Cluster ===== | ||
| + | **__Portal is NOT a website__** | ||
| + | |||
| + | The '' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Logging in with SSH ===== | ||
| + | Replace '' | ||
| + | |||
| + | Temporary passwords are sent via email when your CS account is created initially. After logging in for the first time, you will be required to change your password | ||
| + | < | ||
| + | ~$ ssh < | ||
| + | </ | ||
| + | |||
| + | Note, for the first time you connect via SSH, you will see the following output | ||
| + | < | ||
| + | Are you sure you want to continue connecting (yes/no)? | ||
| + | </ | ||
| + | |||
| + | Enter **yes** to continue | ||
| + | |||
| + | Note, that if you are opening a terminal on your Mac or PC, your username on the Mac or PC may be different from your CS domain userid. So be sure to include your CS/UVA userid on the ' | ||
| + | |||
| + | ==== SSH for Linux & MacOS ==== | ||
| + | Application for running this command are **Terminal** | ||
| + | |||
| + | ==== SSH for Windows ==== | ||
| + | Applications for running this commands are **Command Prompt** or **PowerShell** | ||
| + | |||
| + | For further reading see: ([[linux_ssh_access|SSH Logins]]) | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Additional Information ===== | ||
| + | |||
| + | Most popular software is already available on portal, so you do not need to install it. See: [[software_modules|Software Modules]] | ||
| + | |||
| + | You can use portal to perform many interactive tasks, like editing files, compiling code, testing code, etc. If you intend to run long, compute intensive programs, you should use other [[compute_resources|Computing Resources]] which are available for general login or through the job scheduler (see [[compute_slurm|Scheduling a Job using the SLURM job scheduler]]). | ||
| + | |||
| + | See [[linux_ssh_access|Linux Server Access]] for more information about accessing CS Dept servers. | ||
| + | |||
| + | ---- | ||