课程: Linux System Engineer: Networking and SSH
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Connecting to SSH from macOS and Linux
- [Instructor] Because macOS and Linux are both Unix-like operating systems, they have terminals and SSH capability built in to them. The way in which we access a Linux host from macOS or Linux is nearly identical so we'll cover them together. On macOS, we'll launch a terminal by going to the search icon and typing in terminal and hitting Enter. I'm going to resize my terminal to full-screen and increase the font. The syntax for logging in is going to be ssh followed by the IP address, which you would get from the ifconfig command on Linux. My IP address is 172.28.29.15 on this machine. Type in your password, and you should be logged in. To log out, you'll just type in exit and hit Enter, and then close the terminal window.
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。