Skip to content

Commit

Permalink
treehouses sshtunnel key name oops (fixes #2285) (#2286)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
hiroTochigi and dogi authored Sep 7, 2023
1 parent 2c04569 commit e551ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/sshtunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function sshtunnel {
re='^[0-9]+$'
sshkeyname=$(treehouses config | grep keyName | sed "s/keyName=//")
if [ -z "$sshkeyname" ]; then
sshkeyname="rsa_id"
sshkeyname="id_rsa"
fi

case "$1" in
Expand Down
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.26.11",
"version": "1.26.12",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit e551ab2

Please sign in to comment.