Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!rutgers!njin!drears From: drears@pilot.njin.net (Dennis G. Rears) Newsgroups: comp.unix.wizards Subject: ftp using .rhosts or rhsts.equiv Keywords: ftp, .rhosts Message-ID: Date: 8 Dec 89 21:10:04 GMT Organization: NJ InterCampus Network, New Brunswick, N.J. Lines: 21 I just want to get some info before I do this ...... I thinking of changing the ftp servers on systems that I have control over so that the behaviour mimics rlogin/rsh. Example: ftp -l drears caesar will allow me to access ftp without a password if .rhosts or hosts.equiv allows access. Also if I do : (815) ac4> ftp caesar Connected to caesar. 220 caesar FTP server (SunOS 4.0) ready. Name (caesar:drears): drears 230 User drears logged in. ftp> Is there any reason why I shouldn't do this? Dennis