tobami / littlechef

Cook with Chef without a Chef Server
Apache License 2.0
472 stars 71 forks source link

Unable to create or connect to session #164

Closed bearrito closed 11 years ago

bearrito commented 11 years ago

Unable to connect to my vagrant vm. This worked previously. I'm using the latest littlechef available from pypi. Both the host and target machine are ubuntu 12.04

% fix --verbose node:192.168.0.56 (env: poweredchef) Creating new node file '192.168.0.56.json'

== Configuring 192.168.0.56 == Creating new node file '192.168.0.56.json'

Fatal error: No existing session

Underlying exception: No existing session

Aborting.

tobami commented 11 years ago

That can happen with some ssh key/password authentication combinations. What config.cfg do you have? Do you have one or more ssh public keys?

bearrito commented 11 years ago

I did have multiple public keys in my .ssh/ I ended up clearing them all out and I haven't had any issues. I'd say for future users to examine the permissions on their keys.

I'd close this issues since no one will probably be able to reproduce it.

tobami commented 11 years ago

Cool, thanks for following up on it