ssh登录
//ssh 用户名@地址 ssh root@192.168.1.234
复制文件至服务器
// scp 本地文件路径 服务器用户名@服务器地址:文件路径 scp /Users/hehe/Desktop/scroll.html root@:/var/www