mac ssh 下载文件
1.登陆
ssh username@ip -p port
example: ssh root@192.168.105.205 -p 22345
2.下载文件
scp -P port username@ip:文件地址 下载到本地的地址
example: ssh -P 22345 root@192.168.105.207:/etc/nginx/conf.d/file.txt ./
1.登陆
ssh username@ip -p port
example: ssh root@192.168.105.205 -p 22345
2.下载文件
scp -P port username@ip:文件地址 下载到本地的地址
example: ssh -P 22345 root@192.168.105.207:/etc/nginx/conf.d/file.txt ./