From e551ab2333a3871ec5b244fdd826c2db6824ba9d Mon Sep 17 00:00:00 2001 From: Hiroyuki Terauchi <44413241+hiroTochigi@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:57:23 -0500 Subject: [PATCH] `treehouses sshtunnel key name` oops (fixes #2285) (#2286) Co-authored-by: dogi --- modules/sshtunnel.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/sshtunnel.sh b/modules/sshtunnel.sh index 567ce7737..15a93e2de 100644 --- a/modules/sshtunnel.sh +++ b/modules/sshtunnel.sh @@ -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 diff --git a/package.json b/package.json index b37df6e51..7a5401147 100644 --- a/package.json +++ b/package.json @@ -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",