1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-10 19:14:57 +02:00

fix: Don't confuse SSH and shell error

The string "debug1: key_parse_private_pem: PEM_read_PrivateKey failed"
should not be match the rexex for shell errors.

Fixes #58
This commit is contained in:
Sirius Bakke
2018-05-10 18:17:17 +02:00
parent 7a42aa22d0
commit c1a8e1c7ba

View File

@@ -86,7 +86,7 @@ SSHUnx::SSHUnx(QWidget *_par,
shell_errors << "error in parsing address";
shell_errors << "can't set";
shell_errors << ".* malformed";
shell_errors << ".* failed";
shell_errors << ".*(?<!PEM_read_PrivateKey) failed";
shell_errors << ".* not allowed for the AF";
shell_errors << "internal error";
shell_errors << "unable to allocate .*";