From 13a4d00e3071e49ecffae0daf6329f771a4638b9 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 3 Feb 2023 19:47:44 +0100 Subject: [PATCH] SSH port must match docker run command in dput configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a068fb9..f6dfabc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Fill your ``~/.dput.cf`` with the following content : login = user incoming = /docker/incoming ssh_config_options = - Port 9022 + Port 49160 StrictHostKeyChecking no