* (Thu, 26 Jul 2007 11:05:17 -0400) > I'm trying to rsh into a computer that is running Windows 2003 server, > but I get the error "No Remote Directory." I can, however, ftp and > telnet into that same box, and when I ping it, the test comes back as > successful. Anyone have any ideas?
<broken record> rsh is an inherently unsecure protocol. Don't use it. Don't use the excuse that this is on a local corporate network only. You have no idea who's sniffing on your network. Better use a secure protocol instead, like ssh. All services provided by the OBSOLETE rsh/rlogin/telnet interfaces are provided in a much more secure way by ssh. </broken record> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/