Skip to content

Commit

Permalink
treehouses sshkey english (fixes #2056) (#2063)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
rjpadilla and dogi authored Mar 8, 2021
1 parent 390e114 commit ff08cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/sshkey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function sshkey_help () {
echo
echo "Example:"
echo " $BASENAME sshkey add \"\""
echo " The public key between quotes will be added to authorized_keys so user can login without password for both 'pi' and 'root' user."
echo " The public key between quotes will be added to authorized_keys, so the user can login without a password for both 'pi' and 'root' user."
echo
echo " $BASENAME sshkey list"
echo " Will output the content of the root and pi users keys"
Expand All @@ -137,7 +137,7 @@ function sshkey_help () {
echo
echo " $BASENAME sshkey github addteam <organization> <team_name> <access_token>"
echo " Downloads the public keys of the group members and adds them to authorized_keys"
echo " A access_token is required to make this work, it can be generated in the following link"
echo " An access_token is required to make this work, it can be generated in the following link"
echo " https://github.com/settings/tokens"
echo
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.25.14",
"version": "1.25.15",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit ff08cff

Please sign in to comment.