diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -113,6 +113,16 @@ Extensions Usages ------ +* Bootstrap the remote host: + + ``` + $ sh bootstrap.sh + ``` + + **NOTE**: + The remote host should be configured to allow SSH `root` login, + which will be disabled later to enhance security. + * Test host connection: ``` |