Re: How to do an rm through ssh




Kimmo Koivisto wrote:
But anyway, there is no need for -s when you wan't to execute commands, just
use:

ssh -options some_user@host "command"

Does this help?


Ya bet it does!

Yes that worked! I dropped the "-s" and it worked.

Thanks a lot Kimmo.

.