dokku-alt-manager icon indicating copy to clipboard operation
dokku-alt-manager copied to clipboard

Private key?

Open mlitwiniuk opened this issue 9 years ago • 5 comments

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?

mlitwiniuk avatar Dec 04 '14 20:12 mlitwiniuk

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.

romaninsh avatar Dec 10 '14 05:12 romaninsh

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?

matt-oakes avatar Jun 04 '15 15:06 matt-oakes

I had similar problem and solved it like this:

  • Go to Keys tab
  • Add package key (if want secure option)
  • Add Access key
  • Click edit and copy public key from access key
  • Login on dokku-alt machine by ssh and add public key as admin: echo "<public_key>" | dokku access:add
  • Add host from Dashboard

ertrzyiks avatar Jun 13 '15 12:06 ertrzyiks

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

tlongren avatar Oct 22 '15 06:10 tlongren

@ertrzyiks worked for me.

mcneela86 avatar Dec 21 '15 12:12 mcneela86