mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 14:47:27 +02:00
Bugfix: Optional space after password prompt
This commit is contained in:
parent
e9f015dfc5
commit
ea5dfca100
@ -62,7 +62,7 @@ SSHJunos::SSHJunos(QWidget *_par,
|
||||
enable_prompt="> $"; // operational prompt
|
||||
config_prompt="# $"; // configuration prompt
|
||||
pwd_prompt_1="'s password: $";
|
||||
pwd_prompt_2="Password: ";
|
||||
pwd_prompt_2="Password:\w?";
|
||||
epwd_prompt="Password: ";
|
||||
ssh_pwd_prompt="'s password: ";
|
||||
ssoft_config_prompt="> ";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user