#1
|
|||
|
|||
Issues with remote accepting password in vbScript
Hi,
I have recently started having inconsistent problem with passwords on some remote devices using a script that I have been using for some time. I'm not sure if the problem is with the authentication server, authentication client or the way the password is being supplied and so far my troubleshooting efforts have not found the root cause. The output on screen shows a password (supposedly, as it is not asking me to change my password as would happen if it was blank) being entered and authentication failing. The failed passwords are not consistent across devices. I have a list of devices to try and it fails randomly on different devices every time. If I manually log in it works every time and the logs on the far end device just show a failed login attempt when the script fails. Here's what I have tried so far: I have tried switching on raw logging to see if I can see exactly what way the password is being entered, but unfortunately that reveals nothing as the password is still not displayed. I have output the value of the password variable to the user to ensure it shows what is expected, and it does. I have also introduced a 500ms delay between the password being sent and the return key in case SecureCRT was being too fast entering it, but again it has made no difference. FYI, synchronous is set to true and I have code handling different WaitForStrings. Question: Can someone offer some suggestions how to troubleshoot this issue further? ![]() (I don't have root permission to enable me to run tcpdump) 7.2.3 (x64 build 500) Thanks! Last edited by umbongo; 12-16-2015 at 06:27 AM. Reason: Additional info |
Tags |
vbscript |
Thread Tools | |
Display Modes | Rate This Thread |
|
|