Doc::Rlogin: Difference between revisions

From Computer Science Wiki
Jump to navigation Jump to search
(Created page with "= 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...")
 
m (Protected "Doc::Rlogin" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 09:36, 15 February 2023

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

Once you have a CS account, access to rlogin.cs.vt.edu is slightly different.

  • 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 separate, and have separate permissions. Your CS account can not access files owned by the VT account and vice-versa.