• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ssh-tunnel, remote controlling (and stuff)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ssh-tunnel, remote controlling (and stuff)


  • Subject: Re: ssh-tunnel, remote controlling (and stuff)
  • From: Daryl Thachuk <email@hidden>
  • Date: Tue, 6 Mar 2007 15:36:23 -0700


We did something similar for FileScope but we used pseudo terminals. The solution works for both password authentication and ssh-keys.


Regards

Daryl




On 6-Mar-07, at 3:29 PM, arri wrote:

thanks phil,

it's a bit overkill for to implement a fullblown ssh-client,
only for creating a tunnel, so i was thinking of just using NSTask
with OSX's built-in ssh client.

creating the tunnel the tunnel using NSTask works pretty straight forward,
but right now i'm struggling with the authentication process.


for testing purposes i was using ssh-keys, but in the final implementation
the software will be running on arbitrary machines, installed by random
people on random locations. those machine will break, and need to be replaced
at some point etc... so ssh-keys are no option.


i can do an interactive ssh-login with NSTask, but where do i store the password?
is there a way to safely include this (encrypted?) in the binary?


does anyone have experience with / a solution for a scenario like this?

thanks,
arri


On Feb 26, 2007, at 07:14 21, Philip Q wrote:

On 26/02/07, arri <email@hidden> wrote:
i have some experience with creating ssh-tunnels on linux and osx,
but i was wondering if anyone could point me in the right direction
for implementing this inside a cocoa-app.


There's nothing built-in, a quick Google search for 'ssh library' revealed a few C and C++ libraries that let you programmatically access ssh functionality.

-Phil
_______________________________________________

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: ssh-tunnel, remote controlling (and stuff)
      • From: "Joe Roback" <email@hidden>
References: 
 >Re: ssh-tunnel, remote controlling (and stuff) (From: arri <email@hidden>)

  • Prev by Date: detect CGDisplayCapture
  • Next by Date: Re: detect CGDisplayCapture
  • Previous by thread: Re: ssh-tunnel, remote controlling (and stuff)
  • Next by thread: Re: ssh-tunnel, remote controlling (and stuff)
  • Index(es):
    • Date
    • Thread