Re: [gentoo-user] ssh authentication wierdness

2005-04-02 Thread Robert Persson
Thanks once again to you and to Dave Nebinger for the additional help. On April 1, 2005 09:37 am, quoth A. Khattri: On Fri, 1 Apr 2005, Robert Persson wrote: ssh -v zebedee showed that zebedee was being translated as 127.0.0.1, despite what it says in /etc/hosts. Adding ListenAddress

Re: [gentoo-user] ssh authentication wierdness

2005-04-02 Thread A. Khattri
On Sat, 2 Apr 2005, Robert Persson wrote: One thing I haven't worked out is how to Listen to a group of addresses without having to put each one in a separate line. If ListenAddress 192.168.1.0/255.255.255.0 is illegal, and ListenAddress 192.168.1.0/24 is also illegal, how can I tell my

Re: [gentoo-user] ssh authentication wierdness

2005-04-02 Thread Walter Dnes
On Sat, Apr 02, 2005 at 01:44:13PM -0800, Robert Persson wrote One thing I haven't worked out is how to Listen to a group of addresses without having to put each one in a separate line. If ListenAddress 192.168.1.0/255.255.255.0 is illegal, and ListenAddress 192.168.1.0/24 is also

Re: [gentoo-user] ssh authentication wierdness

2005-04-01 Thread Robert Persson
Thanks everybody! Got it now. (I was confused by a number of other errors happening at the same time). ssh -v zebedee showed that zebedee was being translated as 127.0.0.1, despite what it says in /etc/hosts. Adding ListenAddress 127.0.0.1 to sshd_config did the trick. The other problem

RE: [gentoo-user] ssh authentication wierdness

2005-04-01 Thread Dave Nebinger
The other problem that was confusing everything is still a problem though. When I start the machine the /etc/init.d/sshd script doesn't start sshd, /etc/init.d/sshd restart doesn't work and /etc/init.d/sshd status tells me that sshd is running when it isn't . I have to /usr/sbin/sshd

Re: [gentoo-user] ssh authentication wierdness

2005-04-01 Thread A. Khattri
On Fri, 1 Apr 2005, Robert Persson wrote: Thanks everybody! Got it now. (I was confused by a number of other errors happening at the same time). ssh -v zebedee showed that zebedee was being translated as 127.0.0.1, despite what it says in /etc/hosts. Adding ListenAddress 127.0.0.1 to

[gentoo-user] ssh authentication wierdness

2005-03-31 Thread Robert Persson
I have been trying to get ssh to start behaving and, among other problems, I am unable to get ssh/sshd - one of the two - to deal with hostnames properly. For instance I have just been trying to ssh into the machine I am working on. In /etc/hosts is the line 192.168.1.2 zebedee. However ssh

Re: [gentoo-user] ssh authentication wierdness

2005-03-31 Thread A. Khattri
On Thu, 31 Mar 2005, Robert Persson wrote: I have been trying to get ssh to start behaving and, among other problems, I am unable to get ssh/sshd - one of the two - to deal with hostnames properly. For instance I have just been trying to ssh into the machine I am working on. In /etc/hosts is

Re: [gentoo-user] ssh authentication wierdness

2005-03-31 Thread Robert Persson
On March 31, 2005 01:45 pm, quoth A. Khattri: On Thu, 31 Mar 2005, Robert Persson wrote: I have been trying to get ssh to start behaving and, among other problems, I am unable to get ssh/sshd - one of the two - to deal with hostnames properly. For instance I have just been trying to ssh

Re: [gentoo-user] ssh authentication wierdness

2005-03-31 Thread Zarick Lau
Hi, On 31/Mar/05, Robert Persson wrote: I have been trying to get ssh to start behaving and, among other problems, I am unable to get ssh/sshd - one of the two - to deal with hostnames properly. For instance I have just been trying to ssh into the machine I am working on. In /etc/hosts