diff --git a/SSH-VPN-VNC/README.md b/SSH-VPN-VNC/README.md index e68a448242289f3208467d3cab627916ab3789ac..1115acf2a61103ef6981a03f3ed2652f06dac9d3 100644 --- a/SSH-VPN-VNC/README.md +++ b/SSH-VPN-VNC/README.md @@ -204,7 +204,7 @@ $ scp -P 12345 remotelogin@localhost://path/to/remote/file /local/path/where/you another option is to use `rsync` with a gateway command: ```bash -$ rsync -avz -r --stats --progress -e "ssh gateway ssh remote:/src/documents/" /dest/documents +$ rsync -avz -r --stats --progress -e "ssh gateway ssh" remote:/src/documents/ /dest/documents ``` # Q: How to connect to Jet, SRVX8, SRVX2?