howto:unix_shell
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:unix_shell [2024/06/01 00:21] – [2. Open the terminal or connect to the remote Linux server] jnilsson | howto:unix_shell [2024/06/01 00:24] (current) – [2. Open the terminal or connect to the remote Linux server] jnilsson | ||
---|---|---|---|
Line 17: | Line 17: | ||
===== 2. Open the terminal or connect to the remote Linux server ===== | ===== 2. Open the terminal or connect to the remote Linux server ===== | ||
- | If you installed either options 3. Cygwin or 4. Bash on Windows above, then you can practice | + | If you installed either options 3. Cygwin or 4. Bash on Windows above, then you can practice |
- | | + | If your Windows Terminal application comes with the ssh command, you can run the command below to connect to a remote Linux server. |
- | - If you want to connect to a remote linux system using SSH, you can do so with a command like this:< | + | |
+ | | ||
ssh < | ssh < | ||
- | #for example: ssh jnilsson@nexus.ss.uci.edu | + | #for example: ssh jnilsson@nexus.socsci.uci.edu |
</ | </ | ||
Or, if you installed PuTTY.exe or another SSH client program, you will need to connect to the remote linux server. | Or, if you installed PuTTY.exe or another SSH client program, you will need to connect to the remote linux server. | ||
- | * Open PuTTY and enter the hostname of the server, optionally set any connection options you need, then click on Open. It will prompt you for your username and password, but when you type the password, it will not print anything to the screen. This is normal. | + | * PuTTY and enter the hostname of the server, optionally set any connection options you need, then click on Open. It will prompt you for your username and password, but when you type the password, it will not print anything to the screen. This is normal. |
===== 3. Run through a tutorial ===== | ===== 3. Run through a tutorial ===== |
howto/unix_shell.1717201291.txt.gz · Last modified: 2024/06/01 00:21 by jnilsson