deis / controller

Deis Workflow Controller (API)
https://deis.com
MIT License
41 stars 53 forks source link

Support ssh keys larger than 4096 on Workflow (v2) #1211

Open deis-admin opened 7 years ago

deis-admin commented 7 years ago

From @rosstimson on April 2, 2016 17:33

I'm a Deis n00b but I'm testing out the v2 (Workflow) beta and when it came to trying to add my ssh key with deis keys:add I encountered:

Uploading id_rsa.pub to deis...
Error:
500 Internal Server Error
<h1>Server Error (500)</h1>

Being a paranoid sys admin I have a larger than average default ssh key (16384), I generated a new 4096 key and pushed successfully.

It would be nice if Deis supported larger keys.

Copied from original issue: deis/deis#5007

deis-admin commented 7 years ago

From @bacongobbler on April 20, 2016 4:18

@rosstimson sorry for the late response, but do you happen to have controller logs that show the server error? My assumption is that the fingerprint for your public key was longer than 128 characters.