基本用法 命令格式: scp source destination 将source路径下的文件复制到destination中 一次复制多个文件: scp source1 source2 destination 复制文件夹: scp -r ~/tmp myserver:/home/acs/ 将本地家目录中的tmp文件夹复制到myserver服务器中的…
基本用法 远程登录服务器: ssh user@hostname user: 用户名 hostname: IP地址或域名 第一次登录时会提示: The authenticity of host '123.57.47.211 (123.57.47.211)' can't be established. ECDSA key fingerprint is …