Skip to content
Snippets Groups Projects
Commit f1015381 authored by Johannes Schleifenbaum's avatar Johannes Schleifenbaum
Browse files

Split the user ssh keys by newline, not the characters "\n"

before:
GET /user.keys

ssh-rsa ...\nssh-rsa ...\nssh-rsa ...

after:
GET /user.keys

ssh-rsa ...
ssh-rsa ...
sha-rsa ...
parent 39aeac71
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment