From 69e6e94ca19dfba60451af850419d1e0872ff338 Mon Sep 17 00:00:00 2001 From: lepermunna Date: Sun, 5 Apr 2020 21:24:52 +1000 Subject: [PATCH] Update README.md Note requirement to generate SSH host keys without a passphrase so container can load them correctly --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a550dc1..2778522 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ ssh-keygen -t ed25519 -f ssh_host_ed25519_key < /dev/null ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key < /dev/null ``` +Be sure to generate keys with no passphrase, or they will not be loaded properly when the container starts. + ## Execute custom scripts or applications Put your programs in `/etc/sftp.d/` and it will automatically run when the container starts.