初试 ssh 命令
ypingcn
·
2016-09-30
·
via ypingcn
[AD] -- 下方为内容广告,点击支持作者,想过滤广告? -- [AD]
ssh 连接服务器
远程使用命令( ls 为例)
ssh username@host command ls
上传文件
scp /local-path/file username@host:/romote-path
下载文件
scp username@host:/romote-path /local-path
[AD] -- 下方为内容广告,点击支持作者,想过滤广告? -- [AD]
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。