views:

149

answers:

1

I am writing an iphone app to connect to an SSH server and perform some commands like reboot or check the uptime of the server. Is there a framework which lets me login to some server and invoke some commands on a linux server.

+4  A: 

You can use the C library libssh.

chrissr
are there any examples of libssh already implemented in iPhone app? any open source apps?