Gentoo Archives: gentoo-user

From: Jon M <gentoo@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sshd issues
Date: Wed, 15 Nov 2006 03:12:42
Message-Id: 455A8490.8080207@net-xero.net
In Reply to: Re: Re: [gentoo-user] sshd issues by brettholcomb@bellsouth.net
1 Ohh okay that makes sense.
2
3 For everyones information, I got it to work properly. First of all, I'm
4 an idiot and was edited /etc/ssh/ssh_config, not /etc/ssh/sshD_config :P
5
6 Secondly, I had to enable PasswordAuthentication yes as well as
7 ChallengeResponseAuthentication no
8
9 This works perfectly now. Thanks again everyone, sorry for wasting your
10 time.
11
12 brettholcomb@×××××××××.net wrote:
13 > I think that tells you that this is the default setting if you don't change it.
14 >
15 >> From: Jon M <gentoo@××××××××.net>
16 >> Date: 2006/11/14 Tue PM 09:35:13 EST
17 >> To: gentoo-user@l.g.o
18 >> Subject: Re: [gentoo-user] sshd issues
19 >>
20 >> Hi Daevid,
21 >>
22 >> I tried playing around with some options in there and didn't seem to do
23 >> much, but not sure if I tried changing that specifically. I do have a
24 >> question though.. My ssh_config looks something along the lines of this:
25 >>
26 >> # Host *
27 >> # PasswordAuthentication yes
28 >>
29 >> My question is, should they actually have # symbols in front as if
30 >> they're commented out? My gut is telling me no..
31 >>
32 >> Thanks again
33 >>
34 >>
35 >> Daevid Vincent wrote:
36 >>> Change/Add this:
37 >>>
38 >>> PasswordAuthentication yes
39 >>>
40 >>> In /etc/ssh/sshd_config
41 >>>
42 >>> DÆVID
43 >>>
44 >>>> -----Original Message-----
45 >>>> From: Jon M [mailto:gentoo@××××××××.net]
46 >>>> Sent: Tuesday, November 14, 2006 6:04 PM
47 >>>> To: gentoo-user@l.g.o
48 >>>> Subject: [gentoo-user] sshd issues
49 >>>>
50 >>>> Hey all,
51 >>>>
52 >>>> I've been using other distributions for a while (CentOS,
53 >>>> Slackware, Red
54 >>>> Hat, etc) and finally switching to Gentoo, however this
55 >>>> oddness with SSH
56 >>>> is getting to me. It seems when I SSH into my machine it
57 >>>> uses "keyboard
58 >>>> interative" mode, where as I'm used to every other distro using just
59 >>>> "password" mode I think it is. I'm wondering if there is any way to
60 >>>> change this. I tried comparing /etc/ssh/ssh_config between my CentOS
61 >>>> machine and my Gentoo machine, and both files are pretty much
62 >>>> the same,
63 >>>> and everything is commented out anyway.
64 >>>>
65 >>>> Any light someone could shed on this would be much
66 >>>> appreciated. Thanks
67 >>>> in advance!
68 >>>> --
69 >>>> gentoo-user@g.o mailing list
70 >>>>
71 >>>>
72 >>>
73 >> --
74 >> gentoo-user@g.o mailing list
75 >>
76 >>
77 >
78 --
79 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] sshd issues Brian Davis <bridavis@×××××××.net>
Re: [gentoo-user] sshd issues Mick <michaelkintzios@×××××.com>