远程登录
1、ssh <username>@<IP>
eg:ssh root@10.20.30.255
2、输入密码就OK
远程拷贝
1、scp -r <username>@<ip>:path localpath
eg:scp -r root@10.20.30.255:/home/styuan/foo ./styuan