tags:

views:

54

answers:

1

Is there a way I can use NSTask to ssh into another computer (in this case a chumby) and run commands on that device? I also have a password on it.

+2  A: 

Maybe you should take a look at LibSSH2: http://www.libssh2.org/

Macmade