Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git remote add origin 
Shell :: propel create generated-conf 
Shell :: how to do a pull request with one commit 
Shell :: awk convert first character to lowercase 
Shell :: install docker compose on centos 
Shell :: find mtime rm 
Shell :: create branch git command 
Shell :: curl time response 
Shell :: git auto sign 
Shell :: conda install kneed 
Shell :: pacman arch 
Shell :: skrpt command 
Shell :: push a new local repository to github. 
Shell :: migrate git repository 
Shell :: how to create a script raspberry pi 
Shell :: install document viewer ubuntu 
Shell :: heroku clone database local 
Shell :: importerror no module named numpy ubuntu 
Shell :: apache2 default page 
Shell :: float calculation bash 
Shell :: snap powershell 
Shell :: command can be used to find files or folders matching a particular search pattern in linux 
Shell :: ubuntu wifi drivers 
Shell :: sed repeat pattern 
Shell :: close adb server 
Shell :: remove htaccess files in all folders linux 
Shell :: Remove duplicated files from git 
Shell :: github as database 
Shell :: teamcity set environment variable command line 
Shell :: kubernetes force delete command 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =