I login to ssh and run command manually and I want to script that.
For now I do :
ssh 192.168.1.5 -p 1234
and then I see root@192.168.1.5's password:
then I press enter (empty password) and then I want to run shell command like ps
How can I do that all in 1 script?