050 005 Getting Connected

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Getting Connected

LinuxTrainingAcademy.com
What You Will Learn
● How to log into Linux.
● What SSH is.
● Which SSH clients to use.

LinuxTrainingAcademy.com
Connecting Directly
● Log into the GUI.
○ Open up a terminal.

LinuxTrainingAcademy.com
Connecting Directly
● Log into the GUI.
○ Open up a terminal.
● Log into the command line.

LinuxTrainingAcademy.com
Connecting Over the Network
● SSH
● Windows - PuTTY
● Mac - Terminal / ssh command line utility

LinuxTrainingAcademy.com
Summary
● If you have physical access or if the Linux
system is running in a VM, log in directly.

LinuxTrainingAcademy.com
Summary
● If you have physical access or if the Linux
system is running in a VM, log in directly.
● To log in over the network use SSH.

LinuxTrainingAcademy.com
Summary
● If you have physical access or if the Linux
system is running in a VM, log in directly.
● To log in over the network use SSH.
● PuTTY is a Windows SSH client.

LinuxTrainingAcademy.com
Summary
● If you have physical access or if the Linux
system is running in a VM, log in directly.
● To log in over the network use SSH.
● PuTTY is a Windows SSH client.
● The command line utility ssh is used in Mac.

LinuxTrainingAcademy.com

You might also like