On 16 Nov 2002, Sam Steingold wrote:
> > On 15 Nov 2002, Sam Steingold wrote:
> > > upgrading to rh8 broke nfs and ssh:
> > >
> > > 1. I cannot mount nfs:
> > >    I have two machines on my lan (using a linksys router).
> > >    both have identical /etc/exports:
> > >
> > > / 192.168.1.*(rw,async,no_root_squash)
> > >
> > >    and /etc/fstab:
> > >
> > > the-other-host:/  /mnt/the-other-host     nfs     user,exec,intr,rw       0 0
> > >
> > >    this setup worked with rh7.3 but now I get "permission denied".
> > >    I have nfs-utils-1.0.1-2 installed.

Hmm... add another line in your exports with the actual hostname/IP of the
client. It must not think that the other host is in that ip range. If that
doesn't work, as a quick test, just use "*" as the hostname and see if you
can mount/umount it real quick, before you delete that line. :)

And BTW, exporting NFS like that is asking to get rooted. Absolutely no
security there. I hope this is a private home lan with no wireless access.

> > > 2. ssh now requires a password to login:
> >
> > Never tried it that way, but as "man ssh" tells us:
> >
> actually, I _can_ ssh from FIRST to SECOND - but not the other way around.

I would not copy the .ssh directory , I would generate seperate keys on
SECOND, and copy them back to FIRST, for added security, if nothing else.

-- 
\ \/ / _       |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|    a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to