From c91ae169dfe3624edacf57ea094086ab01ad0a23 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 13 Sep 2018 11:31:48 -0700 Subject: [PATCH] Created Migrate sshd_config from older versions (markdown) --- Migrate-sshd_config-from-older-versions.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Migrate-sshd_config-from-older-versions.md diff --git a/Migrate-sshd_config-from-older-versions.md b/Migrate-sshd_config-from-older-versions.md new file mode 100644 index 0000000..cde8f8d --- /dev/null +++ b/Migrate-sshd_config-from-older-versions.md @@ -0,0 +1,5 @@ +To migrate sshd configuration from older versions (0.0.X.X): + +- To use existing customized sshd_config, you need to copy it from binary location to %programdata%\ssh\sshd_config (Note that %programdata% is a hidden directory). +- To use existing host keys, you need to copy them from binary location to %programdata%\ssh\ +- Prior versions required SSHD resources (sshd_config, host keys and authorized_keys) to have READ access to "NT Service\SSHD". This is no longer a requirement and the corresponding ACL entry should be removed. You may run `Powershell.exe -ExecutionPolicy Bypass -Command '. .\FixHostFilePermissions.ps1 -Confirm:$false'` (Note the first "." is a call operator.) to fix up these permissions.