-
Published Question
I'm building a script to auto-start droplets when needed. While testing today I suddently started receiving the "Too many authentication failures" when I try to SSH into the new droplets.
Have I reached some sort of l...
1
•
•
By
jesper67c05ff7894361d0ba03
API
Ubuntu 16.04
-
Published Answer
Turns out the key was malformed. It lacked proper line endings. Very confusing debugging.
Accepted Answer:
Turns out the key was malformed. It lacked proper line endings. Very confusing debugging.
•
By
jesper67c05ff7894361d0ba03
-
Published Answer
The following also only installs the FIRST key provided:
{ name: 'NAME',
region: 'lon1',
size: 's-1vcpu-1gb',
imag...
•
By
jesper67c05ff7894361d0ba03
-
Published Answer
Yeah that’s no help at all. Like I said, I’m adding one key for access, and one key to communicate with a third party. Both your op…
•
By
jesper67c05ff7894361d0ba03
-
Published Question
I’m setting up droplets via the API. in the create call I’m both adding an ssh key that’s already installed on DigitalOcean for logging into the droplet, and another third party ssh key to use for external communicati...
Accepted Answer:
Turns out the key was malformed. It lacked proper line endings. Very confusing debugging.
4
•
•
By
jesper67c05ff7894361d0ba03
API
Ubuntu 16.04