scp 指定端口传输文件
scp 使用 -P
参数来指定 ssh 端口,传输文件。
类似这样:
scp -P 2222 dmesg.log xyz@10.15.5.30:/home/xyz
参考:
https://stackoverflow.com/questions/10341032/scp-with-port-number-specified
scp 使用 -P
参数来指定 ssh 端口,传输文件。
类似这样:
scp -P 2222 dmesg.log xyz@10.15.5.30:/home/xyz
https://stackoverflow.com/questions/10341032/scp-with-port-number-specified