Doc::Rlogin

From Computer Science Wiki
Jump to navigation Jump to search

Computer Science Rlogin

Introduction

rlogin.cs.vt.edu is the primary Computer Science teaching resource. It consists of multiple Linux machines with standard development software usable by any Computer Science course.

Access

You can log into rlogin.cs.vt.edu using either your CS username/password OR your VT username/password.

Using just your VT account

Non-CS affiliates (such as a non-CS major taking a CS class) can log in using just their VT username and password.

Using your CS account

  • Using ssh <username>@rlogin.cs.vt.edu will prompt for your CS password, not your VT password.
  • You can still use your VT password by running ssh <username>@vt.edu@rlogin.cs.vt.edu
    • Note: your CS account and VT account are different UIDs, and have separate permissions. Your CS account can not access files owned by the VT account and vice-versa.