LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Remote Administration (https://www.linuxquestions.org/questions/linux-general-1/remote-administration-18400/)

DavidPhillips 04-12-2002 11:01 PM

Remote Administration
 
Any one know if there's a program for using Remote Administration on a Windows machine in Linux.

hanzerik 04-12-2002 11:41 PM

trying to go from linux to windows, or the other way aroud: windows to linux? VNC http://www.uk.research.att.com/vnc/

Going from windows to linux? Putty http://www.chiark.greenend.org.uk/~sgtatham/putty/

DavidPhillips 04-13-2002 12:01 AM

What I am really refering to is being able to Administer windows 2000 from Linux without installing anything like VNC on windows. Just connecting to the computer the way you would with another windows machine in computer manager.

To control shares, Users, Change passwords, etc...

This does not need to be a GUI just the ability to do it for any machine on the network as long as you have the password.

hanzerik 04-13-2002 09:39 AM

May sound sorta wierd, but try installing vmware on your linux box and throw an install on win2k on it. Maybe it'll work. Windows on linux managing remote windows machines, hhhmmm I love linux.

I dont know how much you can do through telnet, but you could turn on the telnet server built into win2k.

I personally use VNC and like it. I have it start as a service, and have to give the ctrl+alt+del to login. I use a browser to connect.

DavidPhillips 04-13-2002 01:58 PM

I use vnc too.

The thing is it has a fairly unsecure password challenge and once logged in the data is not encrypted.


I always login using ssh, with local port forwarding setup. Then I start vncserver on the server side.(it's not really safe to leave it running). Then I connect to the forwarded port on localhost:xxxx

Telnet is worse, your password is clear text that anyone can very easily see.


All times are GMT -5. The time now is 08:19 PM.