User Tools

Site Tools


ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ssh [2023/05/15 13:20] – created skipidarssh [2023/05/15 13:31] (current) skipidar
Line 1: Line 1:
 ===== SSH ====== ===== SSH ======
 +
 +=== COnfigure SSH key on Windows ====
 +
  
 To set the SSH key under windows To set the SSH key under windows
Line 16: Line 19:
   IdentityFile ~/.ssh/gitlab.ppk   IdentityFile ~/.ssh/gitlab.ppk
 </code> </code>
 +
 +
 +
 +=== Make Tortoise GIT use the key ====
 +
 +make the TortoiseGit use the same client, as your CLI, which understands the ~/.ssh/config file
 +
 +Figure out where the client is
 +
 +<code>
 +# make which command work
 +Set-Alias which where.exe
 +
 +which ssh.exe
 +C:\Windows\System32\OpenSSH\ssh.exe
 +</code>
 +
 +
 +Now set the ssh.exe as in 
 +https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line
 +
 +
 +
ssh.1684156838.txt.gz · Last modified: by skipidar