• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

rsh into linux from cvs client?

WeRule

Junior Member
I am trying to rsh (remote shell) from an NT 4.0 system into our linux 6.2 CVS server. If I run a rsh command under NT, I get "Connection denied", "Cannot establish Connection". I have added the NT's host name and IP address into the /ect/hosts file on linux.

Why isn't it letting me in?
 
I'm not completely familiar with rsh, but to my understanding its a very very unsecure protocol and you need to enter the IP's you'll be coming from into a "trusted" list to connect. Anyway I don'y know much about rsh, but from what i've heard its a poor choice.

You should be able to telnet in too, but the best way to do it would be to install SSH, and use a ssh client until nt to telnet it. Go read the NHF on it at www.linuxnewbie.org if you need mor einfo.
 
Back
Top