I am trying to create an Alfred workflow that connects to my server through ssh without asking for my password. I tried
ssh root@myServerIP ; mypswd
and many other variants, but i can't seem to be able to wait for terminal to ask me my password before the script answer it. Is it possible, in this case and in general to pre-enter the password on a terminal command ?
Thanx a lot in advance Jad