Re: lockd + NFS

2002-02-01 Thread Daniel Cordeiro
I have the same problem... Why? Em Tue, 29 Jan 2002 11:18:42 +0100 "Fendt, Robert" <[EMAIL PROTECTED]> escreveu: > Hi * > > I have a little network with one NFS server and 3 NFS clients: > Server (192.168.0.1): kernel 2.2.16 > ClientA: kernel 2.0.38 > ClientB: kernel 2.2.19pre9 > ClientC: kerne

Re: New woody machine, can't ssh to it.

2002-01-25 Thread Daniel Cordeiro
> only supported protocol version 1), then you need to do the following: > > Change /etc/ssh/sshd_config such that: > Protocol 2 > becomes: > Protocol 2,1 > Also add the line: > HostKey /etc/ssh/ssh_host_key > > (you may need to generate a host key if you do not already h

Re: New woody machine, can't ssh to it.

2002-01-23 Thread Daniel Cordeiro
i have this problem too... look this: [EMAIL PROTECTED]:~] # ssh -1 localhost Permission denied. but... [EMAIL PROTECTED]:~] # ssh -2 localhost Password: I'm using OpenSSH_3.0.2p1 from woody. In Tue, 22 Jan 2002 18:10:38 -0500 Acheron <[EMAIL PROTECTED]> wrote: > First, is the ssh daemon ac