...
- Answer yes to the SSH security question prompt
- this will only be asked the 1st time you login
- Enter the class password at the password prompt
- for security reasons, the text that you enter will not be displayed
Once you've successfully logged in, you can logout by just typing exit, then Enter.
If your Windows version does not support ssh, you can download PuTTY from: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Expand | ||
---|---|---|
| ||
If you're using PuTTY as your Terminal from Windows:
|
If you're attending remotely and do not have access to the UT VPN, you can use the Terminal functionality in the RStudio web application.
...
Tip | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
If your Terminal has a dark background, the default shell colors can be hard to read. Execute this line to display directory names in yellow.
In the RStudio Terminal, yellow is the default color for directories, which can be difficult to see against its white background. Execute this line to display directory names in blue.
We'll see later how to set this environment variable in your login script (~/.profile) so that it gets executed every time you login to this server. For now, just copy the appropriate line above, paste it into your Terminal window (after logging on), then press Enter. |
...