Skip to content

Commit ab7dd6a

Browse files
committed
Update ssh programs, move video, resize tip header
1 parent ef76df0 commit ab7dd6a

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

β€Ž_uw-research-computing/basic-shell-commands.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you haven't used the command line before, it might seem like a big challenge
3232
* With practice, typing on the command line is significantly faster and much more powerful than using a point-and-click graphic interface.
3333
* Command line skills are useful for more than just large-scale computing.
3434

35-
> ## For beginning users: Get started with the command line
35+
> ### For beginning users: Get started with the command line
3636
{:.tip-header}
3737

3838
> For a good overview of command line tools, see the [Software Carpentry Unix Shell](http://swcarpentry.github.io/shell-novice/) lesson. We recommend that you learn how to:

β€Ž_uw-research-computing/connecting.mdβ€Ž

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ See [this table](#ssh-programs) for a list of terminal/SSH programs.
7272
7373
2. You will be prompted for your password, then for Duo MFA authentication.
7474
75+
> ### 🎞️ Demo: Log into a CHTC access point
76+
{:.tip-header}
77+
78+
> This video demonstrates how to log into CHTC and authenticate with Duo MFA.
79+
> <iframe width="560" height="315" src="https://www.youtube.com/embed/J-wxsrQ3v04" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
80+
{:.tip}
81+
7582
### Option 2: Log in with PuTTY, an SSH program for Windows
7683
7784
There are multiple programs to connect to remote servers for Windows. We recommend "PuTTy", which can be downloaded [here](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html).
@@ -84,13 +91,6 @@ There are multiple programs to connect to remote servers for Windows. We recomme
8491
8592
3. After clicking "Open", you will be prompted to fill in your username and password, then to authenticate with Duo.
8693
87-
> ### 🎞️ Demo: Log into a CHTC access point
88-
{:.tip-header}
89-
90-
> This video demonstrates how to log into CHTC and authenticate with Duo MFA.
91-
> <iframe width="560" height="315" src="https://www.youtube.com/embed/J-wxsrQ3v04" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
92-
{:.tip}
93-
9494
## Log out
9595
9696
Log out by entering `exit` into the command line. Any submitted jobs will run and return output without you needing to be connected.
@@ -99,15 +99,16 @@ Log out by entering `exit` into the command line. Any submitted jobs will run an
9999
100100
This is a non-exhaustive list of programs that can be used to log into CHTC servers or transfer files.
101101
102-
| Operating system | Program | Type | Supports [Persistent Connections](configure-ssh) | Notes |
102+
| Operating system | Program | Type | Supports [persistent connections](configure-ssh) | Notes |
103103
| --- | --- | --- | --- |
104104
| Linux | Terminal | terminal | βœ“ | pre-installed |
105105
| MacOS | Terminal | terminal | βœ“ | pre-installed |
106106
| | [Cyberduck](https://cyberduck.io/) | file-transfer utility | βœ“ | |
107-
| Windows | [PuTTY](https://www.putty.org/) | SSH client | βœ“ | recommended for beginning users |
107+
| Windows | Terminal (PowerShell) | terminal | X | pre-installed |
108108
| | [Terminal (Windows Subshell for Linux)](https://learn.microsoft.com/en-us/windows/wsl/install) | terminal | βœ“ | recommended for users familiar with the Unix shell |
109109
| | [MobaXTerm](https://mobaxterm.mobatek.net/) | terminal, SSH client, file-transfer utility | βœ“ | |
110110
| | [WinSCP](https://winscp.net/eng/index.php) | file-transfer utility | βœ“ |
111+
| | [PuTTY](https://www.putty.org/) | SSH client | βœ“ | |
111112
| Linux, MacOS, Windows | [VSCode](https://code.visualstudio.com/) | terminal, limited file-transfer utility, integrated code editor | only on MacOS/Linux/WSL | [setup](https://code.visualstudio.com/docs/remote/ssh-tutorial) (ignore steps on creating a virtual machine) |
112113
| Linux, MacOS, Chrome, and more | [Mosh](https://mosh.org/) | terminal | X | |
113114

0 commit comments

Comments
Β (0)