Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - rsh between QNX and cygwin: (1 Item)
   
rsh between QNX and cygwin  
Hi

I am triing a rsh session between a QNX virtual machine and cygwin on Windows 7
The virtual machine have no password
I try
rsh 192.168.66.128 -l root
i get: 192.168.66.128:513: Connection refused

I uncomment the folowing lines in inetd.conf 
shell	stream	tcp	nowait	root	/usr/sbin/rshd	in.rshd
login	stream 	tcp	nowait	root	/usr/sbin/rlogind	in.rlogind

shell          stream  tcp6    nowait  root    /usr/sbin/rshd       rshd -L
login          stream  tcp6    nowait  root    /usr/sbin/rlogind    rlogind -L

The error message is:
select: protocol failure in circuit setup

What is the problem ?

Thank

Olivier