1
0
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:
Sirius Bakke 2015-03-09 14:31:39 +01:00
parent e9f015dfc5
commit ea5dfca100

View File

@ -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="> ";