소스 검색

Fix command and add more notes

Dominik Stadler 2 년 전
부모
커밋
8fab4e4152
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      docs/deployment/pull-backup.rst

+ 5 - 2
docs/deployment/pull-backup.rst

@@ -455,9 +455,12 @@ In order to achieve this, the following commands can be used to create the remot
 
 1. On machine `myinter`
 
-``ssh bob@myclient -v -C -R 8022:myclient:22 -N``
+``ssh bob@myclient -v -C -R 8022:mybackup:22 -N``
 
-This will listen for ssh-connections on port `8022` on `myclient`.
+This will listen for ssh-connections on port `8022` on `myclient` and forward connections to port 22 on `mybackup`.
+
+You can also remove the need for machine `myinter` and create the port forwarding on the backup server directly by
+using `localhost` instead of `mybackup`
 
 2. On machine `myclient`