From 3ea38f9ca9383d6bbce0caa2e530b1e1a13180d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 30 May 2021 17:48:37 +0000 Subject: [PATCH] Add instructions about authorized keys file ACL-s --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d14380..cfffe08 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,7 @@ For Windows 10 install also mount In Windows 10 partitioning wizard provide drivers from that ISO. Install [OpenSSH server](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse). Make sure OpenSSH starts during boot. -Insert Jenkins or your favourite CI/CD software SSH public key into the image. +Insert Jenkins or your favourite CI/CD software SSH public keys into +`C:\ProgramData\ssh\administrators_authorized_keys` and adjust ACL-s as described +[here](https://www.concurrency.com/blog/may-2019/key-based-authentication-for-openssh-on-windows) Use the resulting virtual machine disk image with this Docker image.