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",