gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-ssh-keys-with-spaces.yml
Stan Hu 54849afc6c Handle SSH keys that have multiple spaces between each marker
Notice what happens when a user adds a key with a space in between:

```
irb(main):004:0> 'ssh-rsa  foobar'.split(/ /)
=> ["ssh-rsa", "", "foobar"]
```

This would cause gitlab-shell to receive a blank argument for the actual
key, leading to users unable to login.
2017-04-04 23:12:08 -07:00

4 lines
96 B
YAML

---
title: Handle SSH keys that have multiple spaces between each marker
merge_request:
author: