Skip to content

Commit

Permalink
#406 chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 15, 2020
1 parent 8000c99 commit 88034a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ release:
mvn clean package -Pqulice -Pjpeek --errors --batch-mode
rm -rf ~/.ssh
mkdir ~/.ssh
chmod 700 ~/.ssh
mv ../id_rsa ../id_rsa.pub ~/.ssh
chmod -R 600 ~/.ssh/*
echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config
Expand Down

0 comments on commit 88034a1

Please sign in to comment.