Doc::Rlogin: Difference between revisions

From Computer Science Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
=== Using just your VT account ===
=== 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.   
Non-CS affiliates (such as a non-CS major taking a CS class) can log in using just their VT username and password.   
* This method only works if you do not have a CS account.
* You need a SSH client.   
* You need a SSH client.   
** Linux and Mac machines generally already have an SSH client installed and ready to use from the command line.
** Linux and Mac machines generally already have an SSH client installed and ready to use from the command line.
** Several SSH clients are available for Windows.  We recommend installing either Microsoft's built-in SSH client: https://learn.microsoft.com/windows-server/administration/openssh/openssh_install_firstuse
** Several SSH clients are available for Windows.  We recommend installing either Microsoft's built-in SSH client: https://learn.microsoft.com/windows-server/administration/openssh/openssh_install_firstuse
* Run the following command  
* Run the following command  
** <code><username>@rlogin.cs.vt.edu</code> replace <username> with your VT username
** <code><username>@vt.edu@rlogin.cs.vt.edu</code> replace <username> with your VT username
* You will be prompted for your VT password
* You will be prompted for your VT password
* It will silently use your default VT Duo 2FA method.  If you need to use an alternative Duo method, see VT's documentation: https://4help.vt.edu/sp?id=kb_article&sysparm_article=KB0010700&sys_kb_id=8377bde91bb4259063110f66624bcb3a&spa=1#ldap
* It will silently use your default VT Duo 2FA method.  If you need to use an alternative Duo method, see VT's documentation: https://4help.vt.edu/sp?id=kb_article&sysparm_article=KB0010700&sys_kb_id=8377bde91bb4259063110f66624bcb3a&spa=1#ldap
Line 20: Line 19:


=== Using your CS account ===
=== Using your CS account ===
Once you have a CS account, access to rlogin.cs.vt.edu is slightly different.
* Using <code>ssh <username>@rlogin.cs.vt.edu</code> will prompt for your CS password, not your VT password.
* Using <code>ssh <username>@rlogin.cs.vt.edu</code> will prompt for your CS password, not your VT password.
* You can still use your VT password by running <code>ssh <username>@vt.edu@rlogin.cs.vt.edu</code>
* You can still use your VT password by running <code>ssh <username>@vt.edu@rlogin.cs.vt.edu</code>
** '''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.
** '''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.

Latest revision as of 16:41, 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

  • 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.