I checked if the public key on the client and server match. To that end, I ran the ssh-keygen to generate a mykey.pub file on the client workstation. The file was then copied to the server. The mykey.pub file is the same size as the authorized_keys file. The Winmerge utility was used to compare...
I changed the debug level to 3 on the ssh server, and the Event Log had the following entry:
The description for Event ID 4 from source OpenSSH cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install...
I have some progress. I was able to get the correct format of the public and private keys, and I was able to upload the public key to the SSH server. The 'invalid format' error is not present. However, I am still being prompted for the password. The excerpt shown below lists what is occurring...
Hello.
We have set up an OpenSSH server on our Windows 2022 Server with Desktop Experience configuration. The version of the software installed is the following:
OpenSSH_for_Windows_10.0p2 Win32-OpenSSH-GitHub, LibreSSL 4.2.0
Testing has confirmed that username/password authentication is...