Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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