From 88e51d597a56cb85d42fd977919d63f16c6cd183 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 21 Apr 2014 00:41:54 +0100 Subject: [PATCH] Travis: private key shouldn't be readable by world --- .travis-generate-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis-generate-docs.sh b/.travis-generate-docs.sh index 08f9c8d6..d911188d 100755 --- a/.travis-generate-docs.sh +++ b/.travis-generate-docs.sh @@ -5,6 +5,7 @@ echo "Generating docs with doxygen..." doxygen mkdir -p ~/.ssh +chmod 0600 ~/znc-docs-key cat <> ~/.ssh/config Host znc-docs HostName github.com