您的位置:首页 > 运维架构 > Linux

mac通过终端连接linux操作系统

2015-11-15 00:18 417 查看
使用终端直接连接操作系统:

ssh -p 端口 用户名@主机IP

sh-3.2# ssh -p 8023 zcl@192.168.1.1
The authenticity of host '[192.168.1.1]:8023 ([192.168.1.1]:8023)' can't be established.
RSA key fingerprint is 6d:40:75:af:42:14:27:2e:c7:95:32:e6:2b:25:c1:93.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[58.250.152.202]:8023' (RSA) to the list of known hosts.
zcl@192.168.1.1's password:
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-34-generic x86_64)

* Documentation: https://help.ubuntu.com/
System information as of Sat Nov 14 23:53:51 CST 2015

System load: 0.0 Processes: 132
Usage of /: 8.0% of 454.17GB Users logged in: 0
Memory usage: 29% IP address for eth0: 192.168.0.168
Swap usage: 0% IP address for virbr0: 192.168.122.1

=> /boot is using 97.0% of 236MB

Graph this data and manage this system at: https://landscape.canonical.com/
Last login: Sat Nov 14 23:53:52 2015 from 183.14.123.90
zcl@lnxServer:~$
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: