From f94df927fcf48a16994d42e60d9d573af2093ffa Mon Sep 17 00:00:00 2001 From: Runar Myklebust Date: Wed, 27 Mar 2019 12:07:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7542936..26db3b5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The jgit is a bit particular on the format of the key, so use the ```-m PEM```-s ssh-keygen -t rsa -m PEM ```` -Using the ```strictHostKeyChecking```=false is an alternative to adding the host to ```~/.ssh/known_hosts``` +To allow ssh to a repo, add host to ```~/.ssh/known_hosts```, or optionally specify the ```strictHostKeyChecking=false``` option on a connection ## Usage