From the course: Linux System Engineer: Networking and SSH
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Connecting to SSH from iOS
From the course: Linux System Engineer: Networking and SSH
Connecting to SSH from iOS
- [Instructor] As tablets are getting larger and more powerful, accessing the Linux command line from IOS is becoming more common. To access our remote Linux host via an I-phone or I-pad, we'll need to install an SSH client first. There are plenty of SSH clients available, and most have similar features. So on IOS devices, you'll need to install an app called "Server Auditor," which is a free SSH client from the App Store. Once that's installed, start it up. We'll start out by adding a host, so click on Hosts, and then click on Plus, and we'll click on New Host. Under Alias, let's call this our Linux VM. For username, I'm going to put in my username, because that's who I log in as on my Linux machine. For host name, this will depend on your IP address, you'll want to verify this on your Linux machine using "if config." My IP address is 10 dot 16 dot 18 dot 227. For the port, we're going to leave that alone. By default, the port number is 22, and we shouldn't have to change that. And…
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.