Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DOC: Show ssh output for main script
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent 54c6d86 commit 05bc94d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -71,5 +71,8 @@ cgi_user. To execute as root, use the `-l root` option of `clush`:
remote$ clush -l root id -u
0
remote$ clush -l root --copy cgi-updater-payload.sh --dest /root/
remote$ clush -l root ls /root/
# Remove the `-B` flag to stream output to troubleshoot problems
remote$ alias clush="clush -w cgi[01-10]"
remote$ clush -l root ./cgi-updater-payload.sh
```

0 comments on commit 05bc94d

Please sign in to comment.