Skip to content

Commit

Permalink
Merge pull request #889 from vnitinv/master
Browse files Browse the repository at this point in the history
login state machine for linux based platform
  • Loading branch information
vnitinv authored Oct 10, 2018
2 parents c7f0be8 + 75c45fc commit cfed186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jnpr/junos/transport/tty.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Terminal(object):
'(?P<passwd>assword:\s*$)',
'(?P<badpasswd>ogin incorrect)',
'(?P<netconf_closed><!-- session end at .*-->\s*)',
'(?P<shell>%|#|/$\s*$)',
'(?P<shell>%|#|(~\$)\s*$)',
'(?P<cli>[^\\-"]>\s*$)',
'(?P<option>Enter your option:\s*$)',
'(?P<hotkey>connection: <CTRL>Z)',
Expand Down

0 comments on commit cfed186

Please sign in to comment.