Hi all..
My problem is i have some commands, some run in my linux machine, and the rest in another linux machine.
I have to ssh to that machine..
how can i ssh with username and password in shell scripts..
can i use commands like
Quote:
|
ssh -l root 192.168.2.3 -p password
|
thanks in advance