Hi,
I'm trying to automate the SSH login to some Ruckus WiFi Access points.
These do not have a normal SSH login, you cannot login with username@host , whatever you login with you are presented with
Please Login:
and then
password:
Is there a way of automating this with RDM?
Thanks
Bruce
Hello Bruce,
you can try the "After Connect" event:
$USERNAME$ {ENTER} $PASSWORD$ {ENTER}for the $PASSWORD$ variable please make sure to enable "Allow password variable" option in the Security section of the session.
Regards,
Min
Thanks, that gets me some way there. But it fails to login.
If I use the macro
$USERNAME${ENTER}$PASSWORD${ENTER}then I get.
Please login: admin <REDACTED PASSWORD> password :
If I add a {DELAY} or multiples I get
Please login: admin password : Login incorrect Please login:
If you have any ideas they would be appreciated.
Regards
Bruce
Hello,
just for a test (to exclude an issue with the password variable) can you change it to $PASSWORD$ only and verify if the inserted password is the correct one?
Regards,
Min
yes the password looks correct
Hello,
alright, perfect! Then I guess we have to adjust the DELAY time - I would try to increase the time and try the connection again.
Regards,
Min
it's working now, for the record the macro is
$USERNAME${ENTER}{DELAY}{DELAY}$PASSWORD${ENTER}
Many thanks for you help Min
Regards
Bruce
Awesome!
Thanks for your feedback Bruce! 😉
Regards,
Min