9
LinuxTrainingAcademy.com Getting Connected

Getting Connected to a Linux Server

Embed Size (px)

Citation preview

Page 1: Getting Connected to a Linux Server

LinuxTrainingAcademy.com

Getting Connected

Page 2: Getting Connected to a Linux Server

LinuxTrainingAcademy.com

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

Page 3: Getting Connected to a Linux Server

LinuxTrainingAcademy.com

Connecting Directly● Log into the GUI.

– Open up a terminal.

Page 4: Getting Connected to a Linux Server

LinuxTrainingAcademy.com

Connecting Directly● Log into the GUI.

– Open up a terminal.● Log into the command line.

Page 5: Getting Connected to a Linux Server

LinuxTrainingAcademy.com

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

Page 6: Getting Connected to a Linux Server

LinuxTrainingAcademy.com

Summary● If you have physical access or if the Linux

system is running in a VM, log in directly.

Page 7: Getting Connected to a Linux Server

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.

Page 8: Getting Connected to a Linux Server

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.

Page 9: Getting Connected to a Linux Server

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.