Link to home
Start Free TrialLog in
Avatar of mickinoz2005
mickinoz2005

asked on

Plink ssh script with multiple usernames

Hi

I am trying to SSH to a sonicwall to do backups of the device.

I can manually ssh and then run the command no problem but the issue is I cannot use plink to automate it.

When you ssh to the Sonicwall the first prompt is Login as: - here you can pretty much type anything you want and then press enter you get User: - here you enter the admin username and then you enter the password and your in.

if i do plink -ssh 1.2.3.4 -l admin -pw xyz  it uses admin for the first login but just sits then at the second login.

if I do admin@1.2.3.4 -l admin -pw xyz it does the same thing.

Is there any way to get around this issue.

thanks
Avatar of ahoffmann
ahoffmann
Flag of Germany image

if you mean that you have a nested login, then Tcl's expect could help to write a login script
  http://expect.nist.gov/
Avatar of mickinoz2005
mickinoz2005

ASKER

Thanks for that will have a look.

Any thoughts on the plink front though?

Think its possible with just plink on its own?
sorry, I don't know plink
ASKER CERTIFIED SOLUTION
Avatar of mickinoz2005
mickinoz2005

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
no solution