From ca9a37a0821243be57cbca8e4fcc7aed1a9d0667 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 13 Dec 2025 05:10:29 -0700 Subject: [PATCH] Update Scripts/Bash/Transfer Docker Containers.md --- Scripts/Bash/Transfer Docker Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Bash/Transfer Docker Containers.md b/Scripts/Bash/Transfer Docker Containers.md index 5c2d36d..417d421 100644 --- a/Scripts/Bash/Transfer Docker Containers.md +++ b/Scripts/Bash/Transfer Docker Containers.md @@ -38,7 +38,7 @@ On the source (old) server, perform an rsync over to the new server, authenticat rsync -avz -e ssh --progress /srv/containers/example nicole@192.168.3.30:/srv/containers ``` -=== "Quick & Dirty w/ SSH Key Method" +=== "Quick & Dirty w/ Provided SSH Key" This method assumes that you have the private key for your SSH-based authentication locally on the server somewhere safe with permissions `chmod 600` applied to it. In this example, I placed the private key at `/tmp/id_rsa_OpenSSH`. ``` sh