From the course: Linux for PHP Developers
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Logging in using Secure Shell
From the course: Linux for PHP Developers
Logging in using Secure Shell
- When managing servers, it's important to be able to securely perform remote work without risking your credentials or data. One of the most common methods is to use a secure shell. Secure shell, or SSH, is an encrypted network protocol between two computers across a network. The encryption provides secure data communication to allow work from potentially unsecure or untrusted networks. Even if you're feeling safe at home or at your office, there's a lot of steps across many networks between you and whatever server you're communicating with. I'm not trying to scare you, just teach you to mitigate the risk. One of the things SSH is used for is a remote command-line login with text interactions, no graphics. The remote command line is most commonly used to manage servers. Another purpose for SSH is remote command execution, which is useful for quickly executing one-off commands such as starting or stopping a process. SSH is another example of client-server architecture. A SSH service…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Talk to yourself with local networking6m 32s
-
(Locked)
Logging in using Secure Shell4m 47s
-
(Locked)
Using SSH on a Mac7m 7s
-
(Locked)
Using SSH on Windows4m 47s
-
(Locked)
Navigating a command-line shell5m 36s
-
Reading and searching files4m 42s
-
(Locked)
Administration commands with sudo3m 46s
-
(Locked)
-
-
-
-
-
-
-