mikewalch closed pull request #213: Added instruction in the docs/centos7.md file to make the authorized… URL: https://github.com/apache/fluo-uno/pull/213
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/centos7.md b/docs/centos7.md index 438b301..8f18896 100644 --- a/docs/centos7.md +++ b/docs/centos7.md @@ -10,6 +10,7 @@ sudo yum group install "Development Tools" ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa ssh-keyscan -H localhost >> ~/.ssh/known_hosts cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys +chmod 0600 ~/.ssh/authorized_keys #add java home to your env by appending this line to ~/.bashrc export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
