Linux远程连接另一台linux的方法
1.通过ssh连接远程linuxssh -l $username
·
1.通过ssh连接远程linux
ssh -l $username $ip -p $port
2.从远程linux拷贝内容到本地
scp -P port $username@ip:$thedownloadpath $thesavepathlocaled
3.从本地上传到远程服务器
scp -P port $thepathlocaled $username@ip:$thesavedpath
更多推荐
已为社区贡献1条内容
所有评论(0)