Set Up SSH Keys#
Open up a terminal or PowerShell
run the command
sshkey-gen -t rsa
Then configure your key name saved under the “.ssh/” directory
Copy the contents of the .pub version
Connect to the Remote Desktop
In a terminal run
nano .ssh/authorized_keys
Paste the .pub contents at the end of the opened file on a new line
Save the file in place and exit
References:#
[1] - https://linuxhint.com/generate-ssh-key-ubuntu/
[2] - https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement
[ ]: