ssh.jpeg

linux上面安装ssh

sudo apt-get install openssh-server

登陆目标机

ssh -p 端口号 用户名@计算机IP
也可以用证书进行登录
ssh -i 私钥 用户名@计算机ip

上传下载文件

  • 从服务器下载到到本地
    scp 用户名@主机ip:/var/www/test.txt(服务器上文件的 )  /var/www/local_dir(本地目录)
  • 从本地上传文件到服务器     
    scp /path/test.txt(本地文件) 用户名@主机ip:/path(服务器地址)   
Last modification:July 23, 2019
If you think my article is useful to you, please feel free to appreciate