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:
@@ -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 .*";
|
||||
|
||||
Reference in New Issue
Block a user