For those in the Stern School of Business, you can use your existing activated Stern account, i.e., Stern NetID and password, to access SCRC services and resources.
Those already at NYU but not in Stern (and not enrolled in a Stern course) must have a full-time Stern employee make a request on their behalf by contacting the Stern IT Service Desk at servicedesk@stern.nyu.edu or 212-998-0180 and provide the following information:
Full Name
NYU NetID
NYU UniversityID (N#)
Date of birth
Sponsor’s name (Stern faculty or employee)
Sponsoring department
Expiration date (max 1 year; extensions may be requested yearly)
Once you have a valid Stern account, be sure to Activate your Stern account.
Non-NYU affiliated users must first obtain an NYU account by having an authorized sponsor request an NYU NetID on their behalf by filling out the IT Onboarding Form. It is accessed by logging into the NYU VPN, then logging into identity.it.nyu.edu , clicking the hamburger menu, selecting Request Affiliate, and then Request Affiliate User. For additional help contact NYU IT support at AskIT@nyu.edu or 212-998-3333.
The most common way to access the SCRC servers is to use a Command Line Interface (CLI) from a terminal application. A CLI is a text-based interface that allows users to interact with a host by entering text commands at the prompt of a terminal application. The SCRC hosts that you connect to are running Linux.
You will use your Stern NetID and password to authenticate to one of SCRC's login nodes:
rnd.scrc.nyu.edu
vleda.scrc.nyu.edu
If Off Campus, First Connect to the NYU VPN
If you are connecting from a remote location that is not on the NYU network (your home for example), you need to set up your computer to use the NYU VPN. Once you've created a VPN connection, you can proceed as if you were connected to the NYU network. If you're on the NYU network already, you can proceed directly with your connection.
Log in From Mac/Linux
Open the terminal application and use the ssh command to make a secure connection to one of SCRCs remote login hosts. E.g., if your Stern NetID is xy12:
ssh xy12@rnd.scrc.nyu.edu
OR
ssh xy12@vleda.scrc.nyu.edu
Log in From Windows
Windows users have several options:
Command Line: Open the cmd program on an updated Windows 10 or later machine. Type the ssh command the same as shown above for Mac/Linux.
WSL2: If you run Windows 10 or later, you can install Windows Subsystem for Linux (WSL), and then install Ubuntu or other Linux distributions on your machine. You will get a fully functional Ubuntu distribution with a terminal application. Type the ssh command the same as shown above for Mac/Linux.
PuTTY: PuTTY is a free and open-source terminal emulator and network file transfer application that supports logging in with the ssh command.
Note: If you are using WSL2, you may not be able to access the internet when Cisco AnyConnect VPN, installed from the .exe file, is activated. A potential solution is to uninstall Cisco AnyConnect and install AnyConnect using Microsoft Store and then set up a new VPN connection using the settings described onthe IT webpage .
Getting and using PuTTy
PuTTY is free and can be downloaded from PuTTY Download.
Download and run the latest installer file from the website.
Follow the on-screen install instructions.
Once installed, start PuTTY, then type rnd.stern.nyu.edu or vleda.stern.nyu.edu in the Host Name field and click Open.
Note: The first time you log in a dialog may appear which starts with The server's host key is not cached. Click Yes in this dialog.
Type your Stern NetID and password at the login as and password prompts, respectively.
You should now be logged in and see a command line prompt from which you can enter Linux commands or run programs.