Is it possible to login(sending username and password) to a SSH session from Command Line? I do not want to define my user and password before opening my session. Neither in test topology file(hardcoded values) nor on the SSH open session step(in step properties->SSH Session Properties->SSH etc). I want to send my username and password in command line as telnet.
For example if I use putty to manage my ssh sessions, For login, it opens a command line and requests for my username and password in the command line, but in itest unfortunately it has to be done either via topology file(hardcoded variables) or by defining user and password before open session step and setting them in open step properties(->SSH Session Properties->SSH etc). but it is not possible to enter them in a command line.
Is there a workaround for it?
Thanks a lot in advance.