linux_ssh_access
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux_ssh_access [2021/03/04 18:18] – pgh5a | linux_ssh_access [2023/08/29 15:56] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Linux Server Access ==== | ||
+ | |||
+ | All Linux servers run " | ||
+ | |||
+ | Users on a Windows PC can use a Terminal application like // | ||
+ | |||
+ | Users on a Mac can use an application like // | ||
+ | |||
+ | If you'd like to use a graphical windowing interface to our servers, see: [[nx_lab|Nomachine Remote Desktops]] | ||
+ | |||
+ | === On Grounds === | ||
+ | You can //ssh// to CS servers. | ||
+ | |||
+ | Use your CS domain userid (identical to your UVA userid) and password to //ssh// to '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | === Off Grounds: Option 1: VPN access === | ||
+ | |||
+ | Start a VPN session to UVA using the [[https:// | ||
+ | |||
+ | === Off Grounds: Option 2: ssh to portal.cs.virginia.edu === | ||
+ | |||
+ | You can //ssh// directly into '' | ||
+ | |||
+ | For example: | ||
+ | < | ||
+ | [abc1de@outside-uva ~]$ ssh abc1de@portal.cs.virginia.edu | ||
+ | abc1de@portal.cs.virginia.edu' | ||
+ | Last login: Mon Jul 29 14:12:10 2021 | ||
+ | abc1de@portal04 ~ $ hostname | ||
+ | portal04 | ||
+ | abc1de@portal04 ~ $ ssh gpusrv01 | ||
+ | abc1de@gpusrv01' | ||
+ | abc1de@gpusrv01 ~ $ <-- you are logged into gpusrv01 | ||
+ | </ | ||
+ | |||
+ | === Jumphost Option === | ||
+ | |||
+ | The //ssh// command has an option '' | ||
+ | |||
+ | Here is how we use this option to " | ||
+ | |||
+ | < | ||
+ | [abc1de@outside-uva ~]$ ssh abc1de@gpusrv01 -J abc1de@portal.cs.virginia.edu | ||
+ | abc1de@portal04.cs.virginia.edu' | ||
+ | abc1de@gpusrv01' | ||
+ | abc1de@gpusrv01 ~ $ <-- you are logged into gpusrv01 | ||
+ | </ | ||
+ | |||
+ | === Host Names depend upon your network connection === | ||
+ | |||
+ | If you are on the Computer Science network just use the hostname of a server (ex. // | ||
+ | |||
+ | === Available Servers === | ||
+ | |||
+ | For a listing of generally available servers in CS, see [[compute_resources|Computing Resources]] | ||