playground 日常的学习笔记 mac ssh 连接云服务器 打开终端键入 sudo su - 进入根目录 键入 ssh -p 端口号 服务器用户名@ip 如 ssh -p 22 [email protected] 回车 键入服务器用户登录密码就可以了 然后就登录成功了