nearform / nscale

Deployment just got easy

Home Page:http://nscale.nearform.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA key fingerprint error on fresh install (nsd server start)

mcdonnelldean opened this issue · comments

Hi,

Just getting to grips with nscale. I notice when I start the server I am plagued with the following:

The authenticity of host '192.168.59.103 (192.168.59.103)' can't be established.
RSA key fingerprint is 41:b1:5d:28:86:32:1a:e4:1b:b9:26:bc:52:49:25:94.
Are you sure you want to continue connecting (yes/no)? 

I am having issues trying to build a deployment and I am wondering if this might be the root cause. Below are the stats of my install

nscale       0.12.0-pre.1
nscale-kernel    0.12.1
nscale-client    0.12.0
nscale-web   0.10.0
nscale-api   0.10.0
Docker version 1.4.1, build 5bc2ff8
Boot2Docker-cli version: v1.4.1
node v0.10.34
npm 1.4.28
System Version: OS X 10.10.1 (14B25)
Kernel Version: Darwin 14.0.0

I'm on the nscale@next version because I have been unable to deploy any of the demo containers.

This might be the same issue as:
#46

@next got released as 0.12. It has some more bugfixes.

Try running boot2dockef ssh.

Il giorno sab 20 dic 2014 alle 22:26 Dean McDonnell <
notifications@github.com> ha scritto:

This might be the same issue as:
#46 #46


Reply to this email directly or view it on GitHub
#52 (comment).

I've update to 0.12.0 stable, ran boot2docker ssh, it just brings up the docker splash and puts me on the command line. The error still shows unless I run nsd server stop. Any other tips?

Does it asks for a password?
Il giorno sab 20 dic 2014 alle 23:00 Dean McDonnell <
notifications@github.com> ha scritto:

I've update to 0.12.0 stable, ran boot2docker ssh, it just brings up the
docker splash and puts me on the command line. The error still shows unless
I run nsd server stop. Any other tips?


Reply to this email directly or view it on GitHub
#52 (comment).

No, goes straight to the ascii art screen

Launch ssh -i 192.168.59.103.

Key is in $DOCKER_CERT_PATH, but I am on the go now, and I don't remember
the actual filename.

There you should be able to say 'y' to that question.
Il giorno sab 20 dic 2014 alle 23:11 Dean McDonnell <
notifications@github.com> ha scritto:

No, goes straight to the ascii art screen


Reply to this email directly or view it on GitHub
#52 (comment).

Cheers, I'll try this in the morning and report back!

That Fixed the RSA prompt. Thanks!

Reopening, as I would like this to be solved.

If you need anymore info off me let me know. I'm still having revision deployment issues so my next plan is a full reinstall of nscale and all prerequisites. I'll note here if the RSA prompt reappears after this.