Changes between Version 50 and Version 51 of cypress/SshUsage
- Timestamp:
- 01/23/23 15:42:32 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v50 v51 18 18 19 19 20 This will launch a terminal containing a unix shell. The unix shell is a command line interpreter which both allows you to pass commands to the operating system and displays output. Currently, the default shell for most unixbased systems is the Bourne Again SHell or bash shell. Your shell can be modified to provide a custom environment and we will go into detail on how to make these modifications in later sessions.20 This will launch a terminal containing a UNIX shell. The UNIX shell is a command line interpreter which both allows you to pass commands to the operating system and displays output. Currently, the default shell for most unix-based systems is the Bourne Again SHell or bash shell. Your shell can be modified to provide a custom environment and we will go into detail on how to make these modifications in later sessions. 21 21 22 22 [[Image(terminal.png, center, 20%)]] … … 35 35 === Evaluate your ssh installation === 36 36 37 For the following, open a terminal window by locating the Windows search box in the task 37 For the following, open a terminal window by locating the Windows search box in the taskbar at the bottom of the screen and entering the command '''cmd'''. 38 38 39 39 || [[Image(WindowsSearchBox.png, center, 50%)]]||[[Image(WindowsCommandPrompt.png, center, 50%)]] || … … 212 212 All Windows users - whether using '''ssh''' or PuTTY - will need to download and install X window server/client software. 213 213 214 [[https://sourceforge.net/projects/xming/files/Xming/|Xming]] 215 216 [[https://sourceforge.net/projects/vcxsrv/|VcXsrv]] 217 218 [[http://www.cygwin.com/|Cygwin]] 219 214 220 [[https://x410.dev/ | X410]] 215 216 [[https://sourceforge.net/projects/xming/files/Xming/|Xming]]217 218 [[https://sourceforge.net/projects/vcxsrv/|VcXsrv]]219 220 [[http://www.cygwin.com/|Cygwin]]221 221 222 222 ==== Using PuTTY ====