From db63cd2675dfcbc9b98a62d9555494258633a3b5 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 30 Mar 2021 12:18:33 +0200 Subject: [PATCH] Update SSH-VPN-VNC/README.md --- SSH-VPN-VNC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSH-VPN-VNC/README.md b/SSH-VPN-VNC/README.md index e68a448..1115acf 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? -- GitLab