Trouble with SSH key during nodester app init of my first app

15 views
Skip to first unread message

Michael Moore

unread,
Nov 9, 2012, 11:35:03 AM11/9/12
to node...@googlegroups.com
Unable to init my first app, looking like git push cannot use my key with nodester, but even generating and setting a new key does not resolve the problem. Can you help me find the next troubleshooting step or any other suggestions?

I have copied below a transcript of my latest full attempt at nodester set-up. My nodester username is 'mooreamm' and the web-based admin panel and 'nodester app list' shows the app once 'nodester app create' is complete.

Thanks for your help. I have had a frustrating time the last 2 days and during my previous attempt a few months ago.

-Michael


michael@michael-laptop:~$ ssh-keygen -t rsa -C "mic...@OBFUSCATED.com"

Generating public/private rsa key pair.
Enter file in which to save the key (/home/michael/.ssh/id_rsa):
/home/michael/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase): [*** my passphrase]
Enter same passphrase again: [*** my passphrase]
Your identification has been saved in /home/michael/.ssh/id_rsa.
Your public key has been saved in /home/michael/.ssh/id_rsa.pub.
The key fingerprint is:
05:94:ca:62:06:f3:cd:3b:4b:67:39:a7:9c:04:1e:83 michael@OBFUSCATED.com
The key's randomart image is:
+--[ RSA 2048]----+
|       .o.       |
|  o     ..       |
|   + = .  .      |
|    E O  .       |
|   o o =S.       |
|      = * .      |
|     . B =       |
|      . +        |
|                 |
+-----------------+

michael@michael-laptop:~$ nodester user setup mooreamm [*** nodester password]
nodester info verifying credentials
nodester info user verified..
nodester info writing user data to config

michael@michael-laptop:~$ nodester user setkey
nodester info sending sshkey: /home/michael/.ssh/id_rsa.pub
nodester info ssh key successfully sent

michael@michael-laptop:~$ nodester app create mooreamm1
nodester info creating app: mooreamm1 server.js
nodester info successfully created app mooreamm1 to will run on port 20859 from server.js
nodester info run nodester app init mooreamm1 to setup this app.
nodester info ok!

michael@michael-laptop:~$ nodester app init mooreamm1
nodester info What do you want to do:
(1) Setup a new app from scratch?
(2) You just want to setup your existent app?
note: if you choose 2 be sure that you are into your app's dir
(1) 1
nodester info initializing git repo for mooreamm1 into folder mooreamm1
nodester warn this will take a second or two
nodester info cloning your new app in mooreamm1
nodester info clone complete
nodester info writing the default configuration
nodester info processing the initial commit
[*** I now receive and respond to a GUI prompt for my passphrase with no error]
[*** if I have used ssh-add previously, this prompt is not displayed at this time]
Password: [** passphrase?]
Password: [*** nodester password?]
Password: [*** enter?]
nodester ERROR { [Error: Command failed: Nodester!
Agent admitted failure to sign using the key.
Permission denied (publickey,keyboard-interactive).
fatal: The remote end hung up unexpectedly
] killed: false, code: 128, signal: null }
nodester not ok!


Reply all
Reply to author
Forward
0 new messages