Howdy,
Perhaps this is less of a Cocoa question and more of a shell question, but in my app I'm using a library (which I cannot modify) which creates an insecure connection to remote server. I'd like to offer the ability to wrap that connection in an SSH tunnel via a GUI in my app. Simple commands are easy to do with NSTask, but what I don't know how to deal with is handling the password and possible "Do you blah blah blah (yes/no)?" requests that the SSH command might spit up.
Does anyone have any experience with this? Am I barking up the wrong tree trying to use the command line app to do it? Perhaps I should be using a yet-to-be-discovered library instead.
Thanks, -- Seth Willits _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com