Skip to content

Latest commit

 

History

History
executable file
·
15 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

executable file
·
15 lines (7 loc) · 294 Bytes

playground

日常的学习笔记

mac ssh 连接云服务器

  1. 打开终端键入 sudo su - 进入根目录
  2. 键入 ssh -p 端口号 服务器用户名@ip 如 ssh -p 22 root@66.66.66.66 回车
  3. 键入服务器用户登录密码就可以了
  4. 然后就登录成功了