Chapter 2 Getting Started
If you are working from off campus you need to use ISU’s virtual private network (VPN) to connect to any of the computing resources covered in this guide. You also need to set up SSH keys. Section (off-campus) explains how to install and use the ISU VPN and SSH keys. If you will only be working on campus, you may skip this section.
This chapter also includes a Quick Start Guide (Section (quick-start)) for people who are already comfortable with virtual private networks and command line prompts.
The last section in this chapter explains how people are granted access to the computing resources covered in this guide.
2.1 Quick Start Guide
2.1.1 Connect to Large Scale Storage
- If you are an undergraduate student, use your CSAFE email net-id and password in the following steps.
- If you are off campus, download the ISU virtual private from https://vpn.iastate.edu and log-in using your ISU net-id and password.
- On Windows open File Explorer and in the top textbox type
\\las.iastate.edu\research
if you are on campus or\\las-dfs-01.las.iastate.edu\lss
if you are off campus.
- On Mac click Go > Connect to Server and type
smb://iastate/lss/research
if you are on campus orsmb://las-dfs-01.las.iastate.edu
if you are off campus.
- Enter your net-id and password.
- Open the research folder and go to your CSAFE project folder.
2.1.2 Connect to CSAFE Rstudio Server
- If you are an undergraduate student, use your CSAFE email net-id and password in the following steps.
- If you are off campus, download the ISU virtual private from https://vpn.iastate.edu and log-in using your ISU net-id and password.
- Go to the website https://reiss.csafe.iastate.edu/ or https://locard.csafe.iastate.edu/.
- Enter your net-id and password.
2.1.3 Connect to the Pronto Job Scheduler
- If you are an undergraduate student, use your CSAFE email net-id and password in the following steps.
- If you are off campus, download the ISU virtual private from https://vpn.iastate.edu and log-in using your ISU net-id and password.
- On Windows open the PowerShell. On Mac open the Terminal.
- Type
ssh your-netid@pronto.las.iastate.edu
- Enter your net-id and password.
2.2 Working Off Campus
If you are on campus, you may skip this section. If you are off campus, you will need to
2.2.1 Install the ISU Virtual Private Network (VPN)
Iowa State University uses Cisco AnyConnect as their virtual private network (VPN) software. You will need to install it on your computer.
Go to https://vpn.iastate.edu
Select Primary as the GROUP and click Login
Sign in with your ISU net-id and password
The site should detect your computer’s operating system and give you the option to download the VPN for your operating system.
Click Download ### Sign In to the ISU VPN {#signin-vpn}
Open Cisco AnyConnect
Type
vpn.iastate.edu
and click ConnectSign in with your ISU net-id and password
2.2.2 Generate SSH keys
ResearchIT gives instructions for setting up SSH keys at https://researchit.las.iastate.edu/how-generate-ssh-keys. Setting up my SSH keys took lots of trial and error. If you run into problems or get stuck, email researchit@iastate.edu.