- or download this
output_log (truncated):
...
< 0x00040: 75 73 65 72 6e 61 6d 65 3a 20 usernam
+e:
xxxxxxxxxxx@xxxxxxxxxxx:~/xxxx/xxxxxxxxxxxxxxx/xxxxxxxxxx>
- or download this
Input_log
xxxxx:xxxxx#telnet x.x.x.x
...
xxxxx xxxxx xxxxx
username:
- or download this
$session_parent->cmd("telnet $cienaIP");
$session_parent->waitfor('/username: $/i');
...
# I've tried very long regex expressions thinking that maybe I need to
+ match
# the whole expression "Trying x.x.x.x Use configured....username: " o
+utput
# but that hasn't helped either.