Answers for "windows ssh how to key"

6

find ssh key windows

$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Posted by: Guest on April-12-2020
0

add ssh key to windows openssh client

# If you want to add your existing SSH key
# to your OpenSSH client in Windows 10/11 do the following;

Copy your existing id_rsa key (and possibly id_rsa.pub)
into C:/Users/[your user]/.ssh/

Resulting in C:/Users/[your user]/.ssh/id_rsa 
		and  C:/Users/[your user]/.ssh/id_rsa.pub
Posted by: Guest on December-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language