sshauthopt_parse
struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
if ((opts = sshauthopt_parse(line_opts, &reason)) == NULL) {
if ((keyopts = sshauthopt_parse(key_options, &reason)) == NULL) {