romaninsh / dokku-alt-manager

dokku-alt Web Manager App (LOOKING FOR CO-MAINTAINER)
100 stars 19 forks source link

Private key? #14

Open mlitwiniuk opened 9 years ago

mlitwiniuk commented 9 years ago

While adding new host, form asks me for private key. Private key for what / for whom? I have absolutelly no idea what to do with it. Can you please help me out / add some additional hints in form?

romaninsh commented 9 years ago

manager connects using ssh key authentication. It's the same key you use when you bootstrap your new host instance. Alternatively you can use

dokku access 

I'll take note to add a hint to the form.

matt-oakes commented 9 years ago

I'm getting stuck at this point as well. I've tried adding a public key for a user directly and also adding a deployment key using access and both times the add page spins its cogs for a while and then does nothing else. No host is ever added...

Any ideas?

ertrzyiks commented 9 years ago

I had similar problem and solved it like this:

tlongren commented 8 years ago

@ertrzyiks, your solution worked for me. :+1:

mcneela86 commented 8 years ago

@ertrzyiks worked for me.