Changes

Jump to: navigation, search

Tutorial 1: Using Your Matrix Server Account

3,728 bytes removed, 06:50, 27 June 2022
no edit summary
:* Learn how to access your '''Matrix''' server account (from a '''remote''' home and/or from Seneca computerlab).
:* Learn several ways to '''exit''' your Matrix Linux Account session.
|- valign="top" style="padding-left:15px;"
|colspan="2" |'''Slides:'''<ul><li>Week 1 Lecture 1 Notes:<br> [https://github.com/ULI101/slides/raw/main/ULI101-1.1.pdf PDF] | [https://ictgithub.com/ULI101/slides/raw/main/ULI101-1.senecacollege1.capptx PPTX]</li><li>Week 1 Lecture 2 Notes:<br> [https://~murraygithub.saulcom/uli101ULI101/slides/raw/main/ULI101-Week11.2.pdf PDF] | [https://ictgithub.senecacollege.cacom/ULI101/slides/~murray.saulraw/uli101main/ULI101-Week11.2.pptx PPTX]<br></li></ul>'''Tutorials:'''<ul><li>[https://wiki.cdot.senecacollege.ca/wiki/Tutorial_1:_Using_Your_Matrix_Server_Account#INVESTIGATION_1:_ACCESSING_YOUR_MATRIX_LINUX_ACCOUNT HOWTO: Access Your Matrix Account]</li><li>[http://czegel.com/seneca/uli101/lectures/Lecture1.html Les Czegel's Week 1 Notes (HTML)]</li></ul>'''Windows SSH client Software:'''<ul><li>[http://www.sfsu.edu/ftp/win/ssh/SSHSecureShellClient-3.2.9.exe SSH/SFTP]</li><li>[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Putty]</li><li>[https://www.bitvise.com/ssh-client-download Bitvise SSH Client]</li><li>[https://mobaxterm.mobatek.net/download-home-edition.html MovaXterm]</li></ul>
| style="padding-left:15px;" |'''Matrix Account Access:'''
*[https://ss64.com/bash/logout.html logout , exit]<br>
*[https://www.quora.com/What-is-the-difference-between-typing-Ctrl+C-and-Ctrl+D-in-the-Linux-terminal &lt;ctrl&gt;&lt;d&gt;]
*[http://man7.org/linux/man-pages/man1/passwd.1.html passwd]<br>
'''Command Line Editing:'''
*[https://www.ostechnix.com/list-useful-bash-keyboard-shortcuts/ Bash Shell Shortcut Keys]<br>
| style="padding-left:15px;"|'''General Linux Commands:'''
*[http://man7.org/linux/man-pages/man1/pwd.1.html pwd]<br>
*[http://man7.org/linux/man-pages/man1/cd.1p.html cd]<br>
|colspan="1" style="padding-left:15px;" width="30%"|'''Brauer Instructional Videos:'''<ul><li>[https://www.youtube.com/watch?v=L5RcOngDV_o Connecting to Matrix Using SSH Client, and Running UBUNTU Within Windows 10]<br><br></li><li>[https://www.youtube.com/watch?v=3wZmZOKLllk&list=PLU1b1f-2Oe90TuYfifnWulINjMv_Wr16N&index=2 Linux File System, Basic Navigation (ls, cd, pwd, tree), Absolute and Relative Paths]</li></ul>
|}
|-
| style="padding-left:0px;width:10%" |'''ict.senecacollege.ca'''
| style="padding-left:15px;width:65%" |Course website for same material as ULI101 WIKI (see below)Online access to slides, documents via webpage links
|-
| style="padding-left:0px;width:10%" |'''wiki.cdot.senecacollege.ca'''
| style="padding-left:15px;width:65%" |''Student Notes'' / ''Tutorials'' (weekly, review) / ''Practice Questions'' / ''Resources''
|-
| style="padding-left:0px;width:10%" |'''<span style="color:blue;">matrix.senecacollege.ca</span>'''
| style="padding-left:15px;width:65%" |Linux Account for "''hands-on Practice''" and Assignment submission
|}
[[Image:cli-prompt.png|thumb|right|120px|A '''shell''' is an interface / interpreter to allow a user to communicate with the Linux computer system. ]]
Although you need to study concepts throughout this course (slides, etc.) throughout this course, you will also need to get '''hands-on practice running Linux commands as well as performing online tutorials and performing and submitting online course assignmentstutorials'''.<br>This requires that you '''connect to a Linux server''' and become comfortable with '''issuing Linux commands'''.
In Unix/Linux, a '''shell''' is simply an '''interface''' to allow a user to communicate with the Linux computer system (server). Linux shells have evolved (improved) over a period of time. You will be using the '''Bash Shell''' which is considered to be ''user-friendly''. By understanding how to issue Linux commands, you can create a file that contains Linux commands (called a '''shell script''') later in this course to automate tasks to make you a more '''productive''' Linux user and system administrator.
:* Issuing '''Linux commands'''
:* Becoming productive using the Linux '''command prompt''' ('''shell''')
:* Performing '''Linux Practice Tutorials'''('''11''')
:* Performing '''Linux Practice Questions'''
:* Performing '''Online Linux AssignmentsReview Tutorial Questions''' ('''32''')
===Connecting to the Seneca GlobalProtect Student VPN===[[Image:gp1.png|thumb|right|130px|'''Seneca GlobalProtect Student VPN''' ]]
Seneca College is "rolling-out" additional measures to improve '''network security'''. One of these measures is to implement '''multi-factored authentication'''. As of '''September 2020''', all Seneca College students are required to connect to the '''Seneca GlobalProtect Student VPN''' in order to be able to connect to their '''Matrix''' Linux account.<br><br>''<b>Multi-factor authentication</b> is an electronic authentication method in which a computer user is granted access to a website or application only after successfully presenting two or more pieces of evidence (or factors) to an authentication mechanism: knowledge (something the user and only the user knows).'' Reference: https://en.wikipedia.org/wiki/Multi-factor_authentication<br><br>You should have received an email message (also available in course announcements) regarding how to setup your Smart Phone to connect and valid via the Seneca GlobalProtect Student VPN. '''NOTE:''' If you haven't done this yet, please perform the steps provided in the following link:<br>https://students.senecacollege.ca/spaces/186/it-services/wiki/view/1025/student-vpn<br><br>
In the next investigation, you will learn how to '''connect''' to and '''login''' to your Matrix server account from a remote computer<br>such as your '''home desktop computer''', '''laptop''' or '''tablet''' computer.<br><br>
===Connecting to Your Matrix Account===
[[Image:cli-prompt.png|right|80px|]]After There are two basic methods to connecting to the Seneca GlobalProtect Student VPN, you can open a '''command terminal'''<br>in your '''Newer Windows 10''', '''Mac''' or '''Linux''' computer and issue the following command:<br><br><span style="color:blue;font-weight:bold;">ssh senecauserid@matrix.senecacollege.ca</span><br><br>[[Image:ssh-application-icon.png|right|80px|]]You can also click on the following link to '''download''' and '''install''' a graphical SSH application for your Windows machine:<br>httpsMatrix account://www.sfsu.edu/ftp/win/ssh/SSHSecureShellClient-3.2.9.exe<br><br>
=INVESTIGATION [[Image:cls-shell.png|thumb|right|100px|Connect to Matrix via'''ssh''' command]]:'''Method 1: ACCESSING YOUR MATRIX LINUX ACCOUNT=Run ssh Command from command prompt:'''
:After connecting to the '''Seneca Student VPN''', you can open a '''command terminal'''<br>in your '''Newer Windows 10''', '''Mac''' or '''Linux''' computer and issue the following command:<br><br><span style="color:redblue;font-weight:bold;">ssh senecauserid@matrix.senecacollege.ca</span><br><br>[[Image:ssh-main-window.png|thumb|right|100px|Connect to Matrix via '''ATTENTIONgraphical'''SSH Program ]]: Effective '''May 9, 2022Method 2: Run graphical ssh program via MyApps in Seneca computer lab:''' - this online tutorial will be required :If you are in a Seneca computer lab, you can use MyApps to be completed by run a '''Friday in week 2 by midnightgraphical SSH application'''for your Windows machine. One advantage of using this method is that you are already at Seneca and are NOT required to connect to the student VPN.<br>to obtain a grade of <br>'''2%NOTE:''' towards You instructor may show you how to run a graphic Linux VM in order to connect to your Matrix account (if interested, refer to the optional tutorial at the end of this coursesemester).</spanbr><br><br>
In this investigation, you will learn how to connect and login to your Matrix account by issuing a command from your computer's text-based terminal<br>and/or by downloading, installing a running a graphical Windows SSH graphical application.<!--=INVESTIGATION 1: ACCESSING YOUR MATRIX LINUX ACCOUNT=
HIDE UNTIL STUDENTS RETURN TO COLLEGE AFTER PANDEMIC CRISIS <span style="color:red;">'''ATTENTION''': Effective '''May 9, 2022''' - this online tutorial will be required to be completed by<br>'''Friday in week 2 by midnight''' to obtain a grade of '''2%''' towards this course</span><br><br>
In this section, you will learn how to access your Matrix Linux account by two different methods:
[[Image:apps-anywhere-main-window.png|thumb|right|250px|* From your '''MyAppshome computer''' (<br>:* From a '''AppsAnywhereworkstation in a Seneca College''') Main Window ]]If you were able to access one of Seneca computer labs, you could access an application to connect to your Matrix account lab via the '''MyApps''' application.
Since many students are '''not''' permitted to access Seneca's computer labs at this time due to '''COVID19''', you can install and run the '''AppsAnywhere''' application (which works in an identical way to MyApps) on a remote Windows computer. This application is an application streaming service that lets you install software on any Seneca PC on demand. Any software application on the AppsAnywhere menu can be used on computers in classrooms, labs, and the Computing Commons.
Reference===METHOD 1: https://inside.senecacollege.ca/its/software/myapps/CONNECTING TO YOUR MATRIX ACCOUNT FROM YOUR HOME COMPUTER===
'''NOTE:''' Although you can install and run the AppsAnywhere application on an Apple Mac computer, you will NOT have access to many of the Windows applications (including applications to connect to your Matrix account). In this case, you can open a '''terminal''' and issue the '''ssh''' command to connect to your Matrix account.  --> ===CONNECTING TO YOUR MATRIX ACCOUNT FROM A COMMAND LINE TERMINAL=== [[Image:gp1.png|thumb|right|130px|The '''GlobalProtect Seneca Student VPN''' service must be connected.]]
You will now learn a quick and simple method of connecting to your Matrix account by opening<br>a text-based '''terminal''' (in any OS) and issuing the '''ssh command'''.<br><br>
'''Perform the Following Steps:'''# Before proceedingIf you want to connect to your Matrix account from home, make you MUST first connect to the Seneca Student VPN.<br>Make certain that your '''Seneca GlobalProtect Student VPN is connected'''.<br><br>'''NOTE:''' If you haven't set this up, refer to the following link for instructions;<br>https://students.senecacollege.ca/spaces/186/it-services/wiki/view/1025/student-vpn<br><br>'''NOTE:''' You only have to connect to your Seneca GlobalProtect student VPN once during the day,<br>or while you are logged into your computer.<br><br>
# Determine which '''operating system''' that your computer is using.<br><br>
# Try connecting to your Matrix account using the instructions in the '''table''' below based on <u>your</u> '''current operating system'''.<br><br>
</tr>
</table>
<ol><li value="4">When connecting securely for the '''first time''', a '''dialog box''' will appear to share a "'''public key'''" with your Matrix account in order to make your interaction between your workstation and the remote Linux server secure within the network (i.e. encrypted to prevent unauthorized access by other users)<br><br>''<b>FYI:</b> To make communications over a network '''secure''', a computer generates '''two keys''': a '''private key''' that is kept on the computer, and a '''public key''', which can be shared with other computers. Transmissions from your computer uses the private key to encrypt ('''scramble''') transmission to the remote computer, which in turn, uses the public key to decrypt (unscramble) the transmission. Likewise, the remote computer uses the public key to encrypt (scramble) transmissions and your computer uses the private key to decrypt ('''unscramble''') those transmissions.''<br><br></li><li>Type '''yes''' and press '''ENTER''' to share your public key.<br><br>Next, a '''dialog box''' will appear prompting you for your Matrix account '''password''' in order to gain entry to your Matrix account.<br>Your Matrix password is <u>identical</u> to your Seneca password. <br><br>'''NOTE:''' As you type the password, the text will may be '''blocked-out''' or '''hidden'''<br>to prevent others from viewing the screen to obtain your password<br><br></li><li>Enter your Seneca password and press '''ENTER'''<br><br></li>'''NOTE:''' If you encounter an '''error message''', this can occur for several reasons:<ol><li>You mis-spelled the '''name of the server'''</li><li>You mis-spelled your Matrix '''username''' (same username that you connect to ''my.senecacollege.ca'')</li><li>You have '''CAPS LOCK''' on by mistake (your username should be '''lowercase''' only).</li><li>You mis-spelled your '''password''' (same password that you connect to ''my.senecacollege.ca'')<br><br>If you continue to experience the same problems, click on the following link for IT service desk contact info: <br>[https://employeesstudents.senecacollege.ca/spaces/122190/support/wiki/view/35241473/contact-its '''IT service desk'''].<br><br></li></ol>
<li>If you entered your password correctly, the '''Matrix Linux shell''' should appear where you can enter Linux commands.<br><br>The '''Matrix''' server has been configured to allow users to '''only interact with the Linux OS by issuing commands'''.<br>The main reason for this is to '''force students to learn how to issue Linux commands'''.<br><br></li><li>To '''exit''' your Matrix session, type the command <span style="color:blue;font-weight:bold">exit</span> followed by '''ENTER'''<br><br>'''NOTE:''' You should notice that you are returned to the original command prompt where you issued the ''ssh'' command.<br><br></li><li>Type the same command at the '''command terminal prompt''': <span style="color:blue;font-weight:bold">exit</span> followed by '''ENTER'''<br><br>
'''NOTE:''' You should notice that the you are disconnected and that the original terminal window has '''automatically closed'''.<br><br></li><li>Try accessing your Matrix account, and then exiting your Matrix account several times to become familiar with this process.<br><br>You will now learn an '''alternative method''' to access your Matrix account (if you have an MS Windows machine)<br>by downloading and running a graphical SSH application.</li></ol><br>
===METHOD 2: CONNECTING TO YOUR MATRIX ACCOUNT FROM A GRAPHICAL WINDOWS APPLICATIONSENECA COMPUTER LAB=== <span style="color:red;font-weight:bold;">NOTE: This section requires you have access to a Seneca computer lab on campus.<br>If you don't have access to a Seneca computer lab this semester, then you can skip this section</span><br><br>  You can also connect to your Matrix server account in the '''Seneca Computer lab via MyApps'''.<br><br>One advantage of this method is that your are at the college; therefore, '''you do NOT have to worry about connecting to the Seneca VPN'''. Another advantage of using this method is to introduce you to a '''graphical program''' to allow you connect to your Matrix account as opposed to using the '''ssh''' command (shown in the previous section).<br> [[Image:apps-anywhere-main-window.png|thumb|right|250px|'''MyApps''' ('''AppsAnywhere''') Main Window ]]This method would also be useful if you do '''not''' have a home (notebook) computer and have access to a Seneca computer lab workstation.<br><br>
You can also install and run a free '''MS Windows graphical SSH applicationMyApps''' in order to connect to your Matrix account.<br>You may find it useful when running a graphical SSH application to ('''copy and paste textAppsAnywhere'''. There are several applications<br>) is an application streaming service that lets you install software on any Seneca PC on demand. Any software application on the MyApps menu can download be used on computers in classrooms, labs, and install, but we will be using the SSH Secure Shell Client application for this tutorialComputing Commons.<br><br>
'''Perform the Following StepsReference:'''<!--https://inside.senecacollege.ca/its/software/myapps/
HARD TO GET STUDENTS TO RUN APPS ANYWHERE FROM HOME DUE TO PANDEMIC
COMMENTING OUT THIS SECTIONS UNTIL THE STUDENTS RETURN TO COLLEGE
SHOWING JUST TO INSTALL GRAPHICAL SSH APPLICATION INSTEAD
<table align="right"><tr valign="top"><td>[[Image:ma_1.png|thumb|right|150px|Click on Login button.]]</td><td>[[Image:ma_2.png|thumb|right|150px|Enter your Seneca email address.]]</td><td>[[Image:ma_3.png|thumb|right|150px|Authenticate via your Seneca username and password.]]</td></table># Open a web-browser on your Windows PC.<br><br># Click on the following link: https://myapps.senecacollege.ca/<br><br># Click the '''Login''' button to proceed.<br><br># When prompted, enter your your Seneca College email address.<br><br># You will be taken to the ''authentication dialog box'': enter your Seneca College username and password.<br><br><table align="right"><tr valign="top"><td>[[Image:ma_4.png|thumb|right|150px|Click on on the blue area.]]</td><td>[[Image:ma_5.png|thumb|right|150px|Click on '''Next''' to install the streaming application.]]</td><td>[[Image:apps-anywhere-main-window.png|thumb|right|250px|now use '''MyApps''' ('''AppsAnywhere''') Main Application Window ]]</td></table># A '''dialog box''' appears to offer a choice of actions. You need to install an application to support the Apps Anywhere streaming service.<br>Click on the <span style="color:blue;font-weight:bold">blue</span> area to install the application.<br><br># Click '''Next''' to proceed with installing the streaming application.<br><br>'''NOTE''': You may be require to '''authenticate''' using your computer account's password. Also, you may be required to '''restart''' Windows workstation in your computer after the application has been installed.<br><br>If you restarted your computer, then launch a '''web-browser''' and click on the following '''link''' to resume: https://myapps.senecacollege.ca/<br>You may be required Seneca lab room to login and validate like you did in previous steps.<br><br># You should notice that the '''AppsAnywhere''' main application window appears.<br><br>'''NOTE:''' You may see a '''Validation in Process''' (or a '''validation successful''') message appear .<br>Although your applications are displayed, you <u>cannot</u> launch them until the validation process is successful.<br><br><table align="right"><tr valign="top"><td>[[Image:ma_validation.png|thumb|right|175px|Validation in Process Message in AppsAnywhere. ]]</td><td>[[Image:ma_system_tray.png|thumb|right|175px|Starting '''Cloudpaging''' Service in your '''System Tray'''. ]]</td><tr></table>You can tell if the system is still validating if an red exclamation mark <span style="color:red; font-weight:bold">!</span> appears in the application icon.<br><br>If the validation process is taking a long time, try opening the '''Cloudpaging''' service in the '''system tray''' located in the right side of the taskbar (to allow you may need to click to display ALL services connect and then '''double-click''' the '''Cloudpaging''' application login to launch)your Matrix server account.<br><br># After your AppsAnywhere session has been validated, click on the '''Search Apps''' area located in the top right corner of the AppsAnywhere window and type the word: <span style="color:blue;font-weight:bold">ssh</span><br><br>[[Image:apps-anywhere.png|thumb|right|250px|Several SSH applications will appear. We will use the application called '''SSH Client''' for this practice tutorial. ]]# Several SSH applications will appear. <br><br>'''NOTE:''' All of these applications allow you to connect to your Matrix account.<br>We will use the application called '''SSH Secure Shell Client''' for this practice tutorial.<br><br>'''NOTE:''' If you encounter an error trying to launch the SSH application via AppsAnywhere,<br>click on the following link for IT service desk contact info: [https://employees.senecacollege.ca/spaces/122/support/wiki/view/3524/contact-its '''IT service desk'''].<br><br># Launch the '''SSH Secure Shell Client''' application icon to launch this program.<br><br>'''TIP:''' Prior to launching the application, you can add this to your '''favourites''' which will make it faster<br>to access this application in the future.<br><br><span style="color:blue">'''NOTE #1''': If you experience a problem launching any of your applications, you should note that there is a '''Cloudpaging Player''' application<br>that lists applications launched. If your application did '''NOT''' launch properly, '''right click''' on each listed application and select '''remove''' from the menu.<br>Then re-launch your application from the AppsAnywhere page (the IT service desk indicated that this can occasionally occur).<br><br>
-->
# '''Click''' the following '''link''' to download and install Perform the free SSH Secure Shell application on your Windows computerFollowing Steps:<br>https://www.sfsu.edu/ftp/win/ssh/SSHSecureShellClient-3.2.9.exe<br><br>'''NOTE:''' If you can't download or run this link, check to see if you computer allows downloads from this site.<br><br><table align="right"><tr valign="top"><td>[[Image:ssh-application-icon.png|thumb|right|75px|Double-click SSH icon on desktop to launch application]]</td><td>[[Image:ssh-main-window.png|thumb|right|150px|SSH Client Application Window ]]</td></table># After the application has been installed, an application icon should appear on your desktop.<br>'''Double click''' the '''SSH Secure Shell Client''' application icon to run this application.<br><br>The main SSH Client window will appear. Let's learn how to connect to and login to our Matrix account using this graphical SSH application.<br><br># Click the '''Quick Connect''' button.<br><br>'''NOTE:''' The ''Connect dialog box'' allows the user to specify the '''server name''' and your '''account name''' to allow you to connect to the server.<br><br>[[Image:quick-connect-window.png|thumb|right|150px|Quick Connect Dialog Box ]]# Click on the textbox labelled '''Hostname''' and type the text: <span style="color:blue;font-weight:bold">matrix.senecacollege.ca</span><br><br>'''NOTE:''' You can use the hostname '''matrix''' if you are at Seneca college.<br>If you where located <u>outside</u> Seneca's network, then you would need to enter<br>the <u>full</u> domain name: '''matrix.senecacollege.ca'''<br><br>You will be using the latter hostname since you will be connecting to your Matrix account remotely<br>and not within the college.<br><br>[[Image:share-public-key.png|thumb|right|150px|Dialog Box to Share Public Key on Remote Server ]]# Click on the textbox labelled '''User Name''' and type your Seneca username (i.e. same as your Seneca userid).<br><br> # Click the '''Connect''' button.<br><br># When connecting securely for the '''first time''', a '''dialog box''' will appear to share a "public key" with your Matrix account in order to make your interaction between your workstation and the remote Linux server secure within the network (i.e. encrypted to prevent unauthorized access by other users).<br><br># Click the '''Yes''' button to share your public key.<br><br>'''NOTE:''' In subsequent logins to your Matrix account, you may experience a ''welcome dialog box'' - simply click '''OK''' to proceed.<br><br># Next, a '''dialog box''' will appear prompting you for your '''Matrix account password''' in order to gain entry to your Matrix account. Your Matrix password is identical to your Seneca password. As you type the password, the text will be blocked-out or hidden to prevent others from viewing the screen to obtain your password<br><br><table align="right"><tr valign="top"><td>[[Image:ssh-password-prompt.png|thumb|right|150px|Password Dialog Box ]]</td><td>[[Image:ssh-authentication-response.png|thumb|right|150px|Authentication Response Dialog Box ]]</td></table># '''Enter your password''' and click '''OK'''.<br><br>[[Image:ssh-login-error.png|thumb|right|150px|SSH Login Error ]]# Click '''OK''' at the ''Authentication Response dialog box''.<br><br>'''NOTE:''' If you encounter an '''error message''', this can occur for several reasons:<ol><li>You mis-spelled the '''name of the server'''</li><li>You mis-spelled your Matrix '''username''' (same username that you connect to my.senecacollege.ca)</li><li>You have '''CAPS LOCK''' on by mistake (your username should be '''lowercase''' only).</li><li>You mis-spelled your '''password''' (same password that you connect to my.senecacollege.ca)</li></ol><br>If you continue to experience the same problems,<br>click on the following link for IT service desk contact info: [https://employees.senecacollege.ca/spaces/122/support/wiki/view/3524/contact-its '''IT service desk'''].<br><br>[[Image:ssh-shell-window.png|thumb|right|150px|Matrix Shell Command Line Interface ]]#If you followed the login steps correctly, the '''SSH Linux shell should appear''' where you enter Linux commands.<br><br>The '''Matrix''' server has been configured to allow users to '''only interact with the Linux OS by issuing commands'''. There are various reasons for this, but the main 2 reasons are to '''force students to learn how to issue Linux commands''' as well as '''limitations to remote access to a graphical Linux server''' due to large number of users (students).<br><br>
# Start your workstation in your lab and login to your Seneca Windows account.<br><br># Make certain that the '''MyApps'''Configuring window is open. This window should have opened shortly after you logged into your Graphical Windows workstation. If the application windows is not open, click on the '''MyApps''' icon on the desktop to launch).<br><br>[[Image:ssh-main-window.png|thumb|right|150px|SSH Client ApplicationWindow ]]<span style="color:red;font-weight:bold;">NOTE: You may be required to validate in order to use MyApps correctly. If you see near the top of the screen "requires validation", then click on that area to connect to validate.</span><br><br># Click on the '''Search Apps''' area located in the top right corner of the MyApps window and type the word: <span style="color:blue;font-weight:bold">ssh</span><br><br># Several SSH applications will appear. <br><br>'''NOTE:''' All of these applications allow you to connect to your Matrix account.<br>We will use the application called '''SSH Secure Shell Client''' for this practice tutorial.<br><br># Launch the '''SSH Secure Shell Client''' application icon to launch this program.<br><br>[[Image:quick-connect-window.png|thumb|right|150px|Quick Connect Dialog Box ]]'''NOTE:''' Prior to launching the application, you can add this to your '''favourites''' which will make it faster<br>to access this application in the future.<br><br> # The main SSH Client window will appear. Click on the '''Quick Connect''' button.<br><br>'''NOTE:''' The Connect dialog box allows the user to specify the '''server name''' and your '''account name'''<br>to allow you to connect to the server.<br><br># Click on the textbox labelled Hostnanme and enter the text: <span style="color:blue;font-weight:bold">matrix</span><br><br>'''NOTE:''' You can use the hostname '''matrix''' since you are located <u>inside</u> Seneca's network.<br>If you where located <u>outside</u> Seneca's network, then you would need to enter the full domain name: '''matrix.senecac.on.ca'''<br><br>[[Image:share-public-key.png|thumb|right|150px|Dialog Box to Share Public Key on Remote Server ]]# When connecting securely for the '''first time''', a dialog box will appear to share a "public key" with your Matrix account in order to make your interaction between your workstation and the remote Linux server secure within the network (i.e. encrypted to prevent unauthorized access by other users)<br><br>'''FYI:''' To make communications over a network secure, a computer generates '''two keys''': a '''private key''' that is kept on the computer, and a '''public key''', which can be shared with other computers. Transmissions from your computer uses the private key to encrypt (scramble) transmission to the remote computer, which in turn, uses the public key to decrypt (unscramble) the transmission. Likewise, the remote computer uses the public key to encrypt (scramble) transmissions and your computer uses the private key to decrypt (unscramble) those transmissions.<br><br>[[Image:ssh-password-prompt.png|thumb|right|150px|Password Dialog Box ]]# Click the '''Yes''' button to share your public key.<br><br># Next, a dialog box will appear prompting you for your Matrix account password in order to gain entry to your Matrix account. Your Matrix password is identical to your Seneca password. As you type the password, the text will be blocked-out or hidden to prevent others from viewing the screen to obtain your password[[Image:ssh-authentication-response.png|thumb|right|150px|Authentication Response Dialog Box ]]<br><br># Enter your password and click '''OK''' or press '''ENTER'''<br><br>[[Image:ssh-login-error.png|thumb|right|150px|SSH Login Error ]]# Click '''OK''' or press '''ENTER''' at the '''Authentication Response''' dialog box.<br><br>'''NOTE:''' If you encounter an '''error message''', this can occur for several reasons:<ol><li>You mis-spelled the '''name of the server'''</li><li>You mis-spelled your Matrix '''username''' (same username that you connect to my.senecacollege.ca)</li><li>You have '''CAPS LOCK''' on by mistake (your username should be '''lowercase''' only).</li><li>You mis-spelled your '''password''' (same password that you connect to my.senecacollege.ca)</li></ol><br>If you continue to experience the same problems, click on the following link for IT service desk contact info: <br>[https://students.senecacollege.ca/spaces/190/support/wiki/view/1473/contact-its '''IT service desk'''].<br><br>[[Image:ssh-shell-window.png|thumb|right|150px|Matrix Shell Command Line Interface ]]#If you entered your password correctly, the main SSH Linux shell should appear where you enter Linux commands.<br><br>The '''Matrix''' server has been configured to allow users to '''only interact with the Linux OS by issuing commands'''. There are various reasons for this, but the main 2 reasons are to '''force students to learn how to issue Linux commands''' as well as '''limitations to remote access to a graphical Linux server''' due to large number of users (students).<br><br>[[Image:ssh-settings-window.png|thumb|right|150px|SSH Settings Dialog Box ]]
You can '''configure''' your Windows graphical the SSH application to adjust elements such as<br>the '''window size''' and '''text font type''' and text '''text font size'''. [[Image:ssh-settings-window.png|thumb|right|150px|SSH Settings Dialog Box ]]<br><br>We will now show be showing you how to configure just your '''SSH Secure Shell Client''' application,<br>(FYI: but the other SSH applications available in the '''Week 1 reference section''' also have the ability can allow you to configure their settings).<br><br>
'''Perform the Following Steps:'''
# Click on the '''Edit''' menu item, and then select '''Settings''' in the Edit drop-down menu.<br><br>
# To change the size of your shell window, under the ''Global Settings'' section, click '''Appearance'''<br><br>
# Change the ''window size'' both horizontal and vertical to larger values.<br><br>
# To change the font size, under the ''Global Settings'' section, click '''Font'''<br><br>
# Select a larger ''font size'' and click '''OK'''<br><br>
# You now should notice that you have customized your SSH shell terminal. You can use the settings screen<br>to also change your background and text '''colours''' if you are interested in doing so.<br><br># Try moving your mouse pointer to the bottom right-hand corner of the SSH application window,<br>then '''click and drag''' outwards to make the application window larger.<br><br># To exit your Matrix session, type the following command and press ENTER: <span style="color:blue;font-weight:bold">exit</span> followed by '''ENTER'''<br><br>'''NOTE:''' You should notice that the colour of the text changes slightly when disconnected<br>and you are unable to issue Linux commands from that window.<br><br># After you have disconnected from your account, '''close''' the SSH Secure Shell Client application window.<br><br>'''NOTE:''' You are '''STRONGLY ADVISED''' # It is recommended to use the '''exit''' command repeat these steps with connecting to properly terminate your Matrix session<br>'''<u>PRIOR</u>''' to closing account from a Seneca lab workstation until you become comfortable with the SSH or terminal application window!process.<br><br> In the next investigation, you will learn how to '''issue Linux commands'''from the command prompt (referred to as the "shell"), learn how to get help with Linux commands, use command-line editing short cut keys, issue and run a '''checking program''' to confirm that you logged into connected to your Matrix account, and how in order to <u>setup</u> and <u>perform</u> the '''first two sections of the get marks for this online ULI101 assignment #1'''tutorial.<br><br>
=INVESTIGATION 2: USING THE LINUX SHELL =
:* Learn how to get '''help''' for Linux commands via the '''online manual''' (i.e. '''man''' command).
:* Perform '''Basic Shell Editing'''
:* Issue a '''program''' to confirm that you connected to your Matrix account:* Learn how to setup '''online assignment 1'''.:* Perform the '''first section''' and 3 parts of the '''second section''' of '''online assignment 1'''.<br><br>
The Bash shell in Matrix allows you to interact with your Matrix account by issuing commands.
# Navigate through the man utility for the '''ls''' Linux command and note the '''option letters''' that correspond to the following descriptions:<br><ul><li>"'''use a long lising format'''"</li><li>"'''do not ignore entries starting with .'''" (i.e. hidden files)</li><li>"'''sort by file size'''"</li><li>"'''append indicator (one of */=>&|) to entries'''" (i.e. type of file)</li></ul><br>
# Exit the man utility for the ''ls'' command.<br><br>
# Issue the '''ls''' command for <u>each</u> of those option letters you noted in '''step 45''' to see how this command differs for each option.<br><br>'''NOTE:''' The '''man''' utility can be used with the '''-k''' option to help list Linux commands that match a text pattern<br>that is contained within the help screen for a Linux command.<br><br>
# '''Pipeline commands''' can be used to filter-out unnecessary output. In the next command that you will be issuing,<br>the output from the '''man -k''' command, is sent into the '''grep''' command to ''filter'' (i.e. ''trap'') only output that matches the pattern "8"<br>(The number "8" refers to the category of type of command - in this case, administration commands).<br><br>We will learn more about pipeline commands later in this course.<br><br>
# Issue the following Linux pipeline command: <span style="font-family:courier;color:blue;font-weight:bold">man -k user | grep 8</span><br><br>How does this ''pipeline command'' make it easier to obtain information regarding man command?<br><br>
# If you wish to change your password, you can change it by issuing the command: <span style="font-family:courier;color:blue;font-weight:bold">passwd</span><br>What option for the passwd command can be used to change user info (such as name)?<br>'''Hint:''' use the '''man''' command for '''passwd'''.<br><br># Press the letter <span style="font-family:courier;color:blue;font-weight:bold">q</span> to exit the man command.<br><br>'''NOTE:''' Do '''NOT''' run the ''passwd'' command. Unique for this college, your Matrix password<br>is changed automatically when you change your '''myseneca''' password.<br><br><br># Press the letter <span style="font-family:courier;color:blue;font-weight:bold">q</span> to exit the man command.<br><br>You will now learn how to perform '''command line editing'''<br>to correct syntax errors while typing Linux commands PRIOR to pressing the ENTER key.<br><br>
'''Command Line Editing'''
'''Running a Shell Script to Check Student Online Tutorial Participation'''
Some professors Professors will require students successfully perform these online tutorials for marks (within a deadline). <br>In order to confirm that you successfully performed a tutorial, you will be required to run a program<br>(or in later tutorials, several programs) to prove that you successfully completed tasks in a tutorialand get marks.
These programs (known as Shell Scripts) will check your work and offer feedback if you made mistakes, so you can make corrections.<br>Making corrections (i.e. troubleshooting) and re-running these checking programs until you are successful will help students<br>gain "hands-on" experience that will help them complete the online assignments. Students whose professors do NOT assign marks for these online tutorials are encouraged to perform them for as well as "handstrouble-on" practice. The checking program for this tutorial is just showing proof that you were able to connect to your Matrix account from your home computershooting experience.
simulate a quiz:
https://ictgithub.senecacollege.cacom/ULI101/labs/~murray.saulraw/uli101main/uli101_week1_practice.docx
Your instructor may take-up these questions during class. It is up to the student to attend classes in order to obtain the answers to the following questions. Your instructor will NOT provide these answers in any other form (eg. e-mail, etc).
# What character(s) are used to '''separate''' commands and arguments?
# Create a '''table''' listing each Linux command, useful options that were mentioned in this tutorial for the following Linux commands:<br>'''pwd''' , '''cd''' , '''ls''' , '''cal''' , '''date''' , '''who''' , '''w''' , '''whoami''' , '''who am I''' , '''clear'''
 
_________________________________________________________________________________
 
Author: Murray Saul
 
License: LGPL version 3
Link: https://www.gnu.org/licenses/lgpl.html
 
_________________________________________________________________________________
 
[[Category:ULI101]]
13,420
edits

Navigation menu