i wnat to run a script on client system to get & access imformation of client and using ubuntu
A:
You can't do this, it would be a huge security hole it you could, same goes for command line access in windows, etc (with the exception of some gaping IE security holes).
You have information to the navigator object, which contains the user agent (and don't take this as accurate, it can be spoofed). Other than that, there's not a lot of information javascript has about the computer...for hopefully obvious reasons once you think about it.
Nick Craver
2010-05-18 11:52:06
A:
- Get ssh access to client.
- Use scp to copy your script to client.
- Connect to client and run script.
- Observe output.
Makis
2010-05-18 11:54:01
A:
You can connect to the client using ssh. Both the client and you must have ssh installed. Of-course you must know an user password or have your key on client.
You can see this tutorial for more info: http://support.suso.com/supki/SSH_Tutorial_for_Linux
vladv
2010-05-18 11:54:07