I am trying to run the Paramiko demo_server.py example found here: https://github.com/paramiko/paramiko/blob/main/demos/demo_server.py. I want to ssh into the server using the Windows command prompt and OpenSSH.
Where am I supposed to put the demo keys so that I am able to log into the server I am running?
When looking up setting up a SSH connection I am seeing plenty of things about generating a key. I am unsure if this demo wants you to generate a new key and then rename it since there aren't instructions.