Re: Need suggestions regarding accessing system in a LAN through Cocoa
Re: Need suggestions regarding accessing system in a LAN through Cocoa
- Subject: Re: Need suggestions regarding accessing system in a LAN through Cocoa
- From: Daniel Sumorok <email@hidden>
- Date: Wed, 16 Feb 2005 08:43:32 -0500 (EST)
Hi,
One way to control a remote system is to enable "Remote Login",
and use ssh. You can use ssh to run remote scripts and programs, and see
the output. For example "ssh user@machine_name ps aux" will return a list
of the processes and ids on that machine. You can also set up ssh to do
public key authentication, so you do not have to send passwords from the
trusted machine. You can learn about ssh by typing "man ssh" on the
command prompt. Im sure its possbile for your Cocoa program to spawn and
interact with an ssh process.
-Dan
On Wed, 16 Feb 2005, Kiran Kumar wrote:
> Hi,
> I just want to know about getting the info about systems
> connected in LAN,and i should be able to connect to any system in LAN
> or Internet ,access the processes and their IDs running over there,need
> to control them.Please suggest me the way to do this,
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden