I was wondering if it possible to initiate a RDP session in windows that is purely on the command line, that is, login, passwords, directory traversal etc. If not, is there any open source project that allows so? I do not need the GUI version of RDP.
|
feedback
|
migrated from stackoverflow.com Sep 29 '11 at 11:07
This question came from our site for professional and enthusiast programmers.
|
You could use SSH for administration. That's what i usually do: Install Cygwin with a ssh service. | |||||
feedback
|