Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Commit

Permalink
Disable sshguard
Browse files Browse the repository at this point in the history
  • Loading branch information
marc committed Oct 19, 2017
1 parent d10cd94 commit 1f3f698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ if [ "${disknum}" -eq "0" ]; then
fi
sudo chmod 777 /mnt/data1
# sshguard can prevent frequent ssh connections to the same host. Disable it.
sudo service sshguard stop
`

// write the startup script to a temp file.
Expand Down

0 comments on commit 1f3f698

Please sign in to comment.