lib/ssh.sh in forj-0.0.30 vs lib/ssh.sh in forj-0.0.31
- old
+ new
@@ -20,12 +20,13 @@
# limitations under the License.
OW=`date +%Y-%m-%d.%H%M%S`
logpath=~/.ssh/
DB=~/hosts
-key_path=~/.ssh/
+#key_path=~/.ssh/
+#key_path=~/.hpcloud/keypairs/
init_config=~/ssh_init
-key="nova"
+key="nova.pem"
if [ ! -f $DB ]; then
cat > $DB <<'EOF'
#Custom Servers - (Won't be deleted when updating list)
\ No newline at end of file