View | Details | Raw Unified | Return to bug 274024 | Differences between
and this patch

Collapse All | Expand All

(-)src/triggers/post-compile/ssh-authkeys (-2 / +1 lines)
Lines 138-143 sub optionise { Link Here
138
    }
138
    }
139
    chomp(@line);
139
    chomp(@line);
140
    return "command=\"$glshell $user" . ( $kfn ? " $f" : "" ) . "\",$auth_options" .
140
    return "command=\"$glshell $user" . ( $kfn ? " $f" : "" ) . "\",$auth_options" .
141
        ($line[0] =~ /^(ecdsa|ssh)-/ ? " " : "," ) . $line[0];
141
        ($line[0] =~ /^(ecdsa|(sk-)?ssh)-/ ? " " : "," ) . $line[0];
142
}
142
}
143
143
144
- 

Return to bug 274024