authorized_key
11.3 KB
-
adding a single comma at the end of the options list confuse the module · 264945a1
it start to duplicate line, because this create a empty option in the list, and so the module add a new line along the previous one. See >>> ' a,b, '.strip().split(',') ['a', 'b', '']
Michael Scherer committed