Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-12-09 22:13:29 +0300
committerChris Rebert <github@rebertia.com>2014-12-09 22:13:29 +0300
commit1c9ffdc208de9bc6b61530431b3a01db1b5c2397 (patch)
treeddb386c6dea073fee4ca9ea796ee30fa1b93324d
parent6709929b5748168c0b29cebb231a8b8f81428fa9 (diff)
document authorized_hosts requirement
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8768320..56b84b5 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Savage accepts exactly one optional command-line argument, which is the port num
When running Savage, its working directory needs to be a non-bare git repo which is a clone of the repo being monitored.
-The Unix user that Savage runs as needs to have an SSH key setup, and that SSH key needs to be registered in Savage's GitHub user account, so that Savage can pull-to/push-from GitHub securely via SSH.
+The Unix user that Savage runs as needs to have an SSH key setup, and that SSH key needs to be registered in Savage's GitHub user account, so that Savage can pull-to/push-from GitHub securely via SSH. GitHub's public key also needs to be present in the `authorized_hosts` of Savage's Unix user.
If you're using Sauce, we recommend [using a sub-account](https://saucelabs.com/sub-accounts) for Savage, to completely prevent any possibility of compromise of your main account.