From 270d5961c470bb56e51f0f224c534fe83c7b82c0 Mon Sep 17 00:00:00 2001 From: Dennis Ahrens <dennis.ahrens@hs-hannover.de> Date: Thu, 23 Aug 2018 14:14:20 +0200 Subject: [PATCH] Describe ssh_config and tell something about the path. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 742dd17..ebeddec 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ Use this repository to bootstrap git on your windows box. * install [just-install](https://just-install.it/), if not present * afterwards it install git, if not present * creates an ssh keypair located in `C:\hshgitlab\id_rsa` and `C:\hshgitlab\id_rsa.pub` +* adds the private key as default to the `${env:programfiles}\Git\etc\ssh\ssh_config`, which allows you to use it in the git binary. * prints the public key on your console +**NOTE** It does not add git to the path. You need to do this manually - path: `${env:programfiles}\Git\bin\` + ## Usage Be careful, this executes code directly on your machine. You are expected to [read the script](https://lab.it.hs-hannover.de/powershell/bootstrap-git/blob/master/Install.ps1) before you execute it. -- GitLab