Re: rlogin or telnet from Unix to WinXP

2006-06-03 Thread Christopher Faylor
On Sat, Jun 03, 2006 at 07:35:14AM -0700, Freddy Jensen wrote: >This is a question that I am sure many folks have the answer to, >because I can imagine that people do this all the time. I just have >never had the time to get it set up: > >I wan't to be able to rlogin (and rshd) from my Unix machin

Re: rlogin or telnet from Unix to WinXP

2006-06-03 Thread Brett Serkez
Use secure shell (openssh), the r protocols are deprecated due to security concerns. Secure shell is a drop in replacement for the r protocols (mostly) with much better security and has become the standard. There is a secure shell deamon that can be run under Cygwin and should do what you want.