From 2377f3409c0286ea9d5486c508670cc87648a26a Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 19 Oct 2015 09:53:31 -0700 Subject: [PATCH] Updated Deploy Win32 OpenSSH (markdown) --- Deploy-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy-Win32-OpenSSH.md b/Deploy-Win32-OpenSSH.md index 9447a2e..3f117b8 100644 --- a/Deploy-Win32-OpenSSH.md +++ b/Deploy-Win32-OpenSSH.md @@ -1,6 +1,6 @@ 1. Download [Zip file](https://github.com/PowerShell/Win32-OpenSSH/releases/download/10_13_2015/OpenSSH-Win32.zip) * Extract contents -* Setup SSH host keys (with no passphrase) +* Setup SSH host keys (**with no passphrase**) * ssh-keygen.exe -t rsa -f ssh_host_rsa_key * ssh-keygen.exe -t dsa -f ssh_host_dsa_key * ssh-keygen.exe -t ecdsa -f ssh_host_ecdsa_key