How to Set Up OpenSSH on a Windows Server [Complete Guide]
adamtheautomator.com › openMar 23, 2021 · 2. Log in to your Windows Server using ssh. Once logged in, run ssh-keygen to sign the user’s public key. You’ll notice that the command below used several parameters. Let’s break them down.-s C:\ProgramData\ssh\ca_userkeys – specify the CA key’s location for signing the public key. In this example, the CA key is the one you generated.