Skip to content

Commit e67e780

Browse files
authored
docs(#436): add shoutout to ssh forwarding (#450)
docs: add shoutout to ssh forwarding
1 parent ee8719d commit e67e780

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/migration-recipe.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ index 68387c9..7a8ace1 100644
167167
```
168168
- The `/pathname/` can be determined by looking at the pillar data for backups, `pillar/prod/backup` using the
169169
`source_directory` path for the given host (example: the `downloads` host uses `/srv/`)
170-
170+
- ```{note}
171+
Don't forget to enable SSH forwarding to allow the `rsync` command to use the local SSH key to connect to the old host.
172+
```
171173
### Stop services on old host
172174

173175
1. SSH into `old-host`:

0 commit comments

Comments
 (0)