From 2c0058ab7d3b88d7d8780757918e1884cb4482fc Mon Sep 17 00:00:00 2001 From: Joe Osborn Date: Fri, 8 Nov 2019 15:45:50 -0500 Subject: [PATCH] Updated readme with blurb about public key in known_hosts Signed-off-by: Joe Osborn --- org.eclipse.ice.commands/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.ice.commands/README.md b/org.eclipse.ice.commands/README.md index ebc5f6083..a91712243 100644 --- a/org.eclipse.ice.commands/README.md +++ b/org.eclipse.ice.commands/README.md @@ -28,7 +28,7 @@ username password hostname ``` -The automated tests will then grab the necessary credentials from this file to run the tests. Any valid ssh connection will work. +The automated tests will then grab the necessary credentials from this file to run the tests. Any valid ssh connection will work. If you still find that the tests fail, ensure that the ssh connection you are using has been logged into before from your host computer such that there is a key fingerprint associated to that host in your `~/.ssh/known_hosts` file. The Commands package (at the moment) requires that this key exists in order for authentication to proceed. Note that this is also a way through which ssh validation can be performed in the package for running actual remote commands/file transfers.