Hello,
i want to execute some commands on a cyclone ssh server without doing it interactively.
My prefered way would be ssh ip "command" but it seems to fail.
Doing something like echo "command" | ssh ip seems to work.
Is there any way to do the first way ?
Hello,
i want to execute some commands on a cyclone ssh server without doing it interactively.
My prefered way would be
ssh ip "command"but it seems to fail.Doing something like
echo "command" | ssh ipseems to work.Is there any way to do the first way ?