public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: Re: [gentoo-user] sshd issues
@ 2006-11-15  2:49 brettholcomb
  2006-11-15  3:08 ` Jon M
  0 siblings, 1 reply; 5+ messages in thread
From: brettholcomb @ 2006-11-15  2:49 UTC (permalink / raw
  To: gentoo-user

I think that tells you that this is the default setting if you don't change it.

> 
> From: Jon M <gentoo@net-xero.net>
> Date: 2006/11/14 Tue PM 09:35:13 EST
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] sshd issues
> 
> Hi Daevid,
> 
> I tried playing around with some options in there and didn't seem to do 
> much, but not sure if I tried changing that specifically.  I do have a 
> question though..  My ssh_config looks something along the lines of this:
> 
> #  Host *
> #    PasswordAuthentication yes
> 
> My question is, should they actually have # symbols in front as if 
> they're commented out?  My gut is telling me no..
> 
> Thanks again
> 
> 
> Daevid Vincent wrote:
> > Change/Add this:
> > 
> > PasswordAuthentication yes
> > 
> > In /etc/ssh/sshd_config
> > 
> > DÆVID  
> > 
> >> -----Original Message-----
> >> From: Jon M [mailto:gentoo@net-xero.net] 
> >> Sent: Tuesday, November 14, 2006 6:04 PM
> >> To: gentoo-user@lists.gentoo.org
> >> Subject: [gentoo-user] sshd issues
> >>
> >> Hey all,
> >>
> >> I've been using other distributions for a while (CentOS, 
> >> Slackware, Red 
> >> Hat, etc) and finally switching to Gentoo, however this 
> >> oddness with SSH 
> >> is getting to me.  It seems when I SSH into my machine it 
> >> uses "keyboard 
> >> interative" mode, where as I'm used to every other distro using just 
> >> "password" mode I think it is.  I'm wondering if there is any way to 
> >> change this.  I tried comparing /etc/ssh/ssh_config between my CentOS 
> >> machine and my Gentoo machine, and both files are pretty much 
> >> the same, 
> >> and everything is commented out anyway.
> >>
> >> Any light someone could shed on this would be much 
> >> appreciated.  Thanks 
> >> in advance!
> >> -- 
> >> gentoo-user@gentoo.org mailing list
> >>
> >>
> > 
> > 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] sshd issues
  2006-11-15  2:49 Re: [gentoo-user] sshd issues brettholcomb
@ 2006-11-15  3:08 ` Jon M
  2006-11-15 14:22   ` Brian Davis
  2006-11-15 15:44   ` Mick
  0 siblings, 2 replies; 5+ messages in thread
From: Jon M @ 2006-11-15  3:08 UTC (permalink / raw
  To: gentoo-user

Ohh okay that makes sense.

For everyones information, I got it to work properly.  First of all, I'm 
an idiot and was edited /etc/ssh/ssh_config, not /etc/ssh/sshD_config :P

Secondly, I had to enable PasswordAuthentication yes as well as 
ChallengeResponseAuthentication no

This works perfectly now.  Thanks again everyone, sorry for wasting your 
time.

brettholcomb@bellsouth.net wrote:
> I think that tells you that this is the default setting if you don't change it.
> 
>> From: Jon M <gentoo@net-xero.net>
>> Date: 2006/11/14 Tue PM 09:35:13 EST
>> To: gentoo-user@lists.gentoo.org
>> Subject: Re: [gentoo-user] sshd issues
>>
>> Hi Daevid,
>>
>> I tried playing around with some options in there and didn't seem to do 
>> much, but not sure if I tried changing that specifically.  I do have a 
>> question though..  My ssh_config looks something along the lines of this:
>>
>> #  Host *
>> #    PasswordAuthentication yes
>>
>> My question is, should they actually have # symbols in front as if 
>> they're commented out?  My gut is telling me no..
>>
>> Thanks again
>>
>>
>> Daevid Vincent wrote:
>>> Change/Add this:
>>>
>>> PasswordAuthentication yes
>>>
>>> In /etc/ssh/sshd_config
>>>
>>> DÆVID  
>>>
>>>> -----Original Message-----
>>>> From: Jon M [mailto:gentoo@net-xero.net] 
>>>> Sent: Tuesday, November 14, 2006 6:04 PM
>>>> To: gentoo-user@lists.gentoo.org
>>>> Subject: [gentoo-user] sshd issues
>>>>
>>>> Hey all,
>>>>
>>>> I've been using other distributions for a while (CentOS, 
>>>> Slackware, Red 
>>>> Hat, etc) and finally switching to Gentoo, however this 
>>>> oddness with SSH 
>>>> is getting to me.  It seems when I SSH into my machine it 
>>>> uses "keyboard 
>>>> interative" mode, where as I'm used to every other distro using just 
>>>> "password" mode I think it is.  I'm wondering if there is any way to 
>>>> change this.  I tried comparing /etc/ssh/ssh_config between my CentOS 
>>>> machine and my Gentoo machine, and both files are pretty much 
>>>> the same, 
>>>> and everything is commented out anyway.
>>>>
>>>> Any light someone could shed on this would be much 
>>>> appreciated.  Thanks 
>>>> in advance!
>>>> -- 
>>>> gentoo-user@gentoo.org mailing list
>>>>
>>>>
>>>
>> -- 
>> gentoo-user@gentoo.org mailing list
>>
>>
> 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] sshd issues
  2006-11-15  3:08 ` Jon M
@ 2006-11-15 14:22   ` Brian Davis
  2006-11-15 15:44   ` Mick
  1 sibling, 0 replies; 5+ messages in thread
From: Brian Davis @ 2006-11-15 14:22 UTC (permalink / raw
  To: gentoo-user

Just keep in mind that rsa/dsa keys would be a more secure way of 
authenticating, especially with all the brute-force scripts out there.

Jon M wrote:
> Ohh okay that makes sense.
>
> For everyones information, I got it to work properly.  First of all, 
> I'm an idiot and was edited /etc/ssh/ssh_config, not 
> /etc/ssh/sshD_config :P
>
> Secondly, I had to enable PasswordAuthentication yes as well as 
> ChallengeResponseAuthentication no
>
> This works perfectly now.  Thanks again everyone, sorry for wasting 
> your time.
>
> brettholcomb@bellsouth.net wrote:
>> I think that tells you that this is the default setting if you don't 
>> change it.
>>
>>> From: Jon M <gentoo@net-xero.net>
>>> Date: 2006/11/14 Tue PM 09:35:13 EST
>>> To: gentoo-user@lists.gentoo.org
>>> Subject: Re: [gentoo-user] sshd issues
>>>
>>> Hi Daevid,
>>>
>>> I tried playing around with some options in there and didn't seem to 
>>> do much, but not sure if I tried changing that specifically.  I do 
>>> have a question though..  My ssh_config looks something along the 
>>> lines of this:
>>>
>>> #  Host *
>>> #    PasswordAuthentication yes
>>>
>>> My question is, should they actually have # symbols in front as if 
>>> they're commented out?  My gut is telling me no..
>>>
>>> Thanks again
>>>
>>>
>>> Daevid Vincent wrote:
>>>> Change/Add this:
>>>>
>>>> PasswordAuthentication yes
>>>>
>>>> In /etc/ssh/sshd_config
>>>>
>>>> DÆVID 
>>>>> -----Original Message-----
>>>>> From: Jon M [mailto:gentoo@net-xero.net] Sent: Tuesday, November 
>>>>> 14, 2006 6:04 PM
>>>>> To: gentoo-user@lists.gentoo.org
>>>>> Subject: [gentoo-user] sshd issues
>>>>>
>>>>> Hey all,
>>>>>
>>>>> I've been using other distributions for a while (CentOS, 
>>>>> Slackware, Red Hat, etc) and finally switching to Gentoo, however 
>>>>> this oddness with SSH is getting to me.  It seems when I SSH into 
>>>>> my machine it uses "keyboard interative" mode, where as I'm used 
>>>>> to every other distro using just "password" mode I think it is.  
>>>>> I'm wondering if there is any way to change this.  I tried 
>>>>> comparing /etc/ssh/ssh_config between my CentOS machine and my 
>>>>> Gentoo machine, and both files are pretty much the same, and 
>>>>> everything is commented out anyway.
>>>>>
>>>>> Any light someone could shed on this would be much appreciated.  
>>>>> Thanks in advance!
>>>>> -- 
>>>>> gentoo-user@gentoo.org mailing list
>>>>>
>>>>>
>>>>
>>> -- 
>>> gentoo-user@gentoo.org mailing list
>>>
>>>
>>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] sshd issues
  2006-11-15  3:08 ` Jon M
  2006-11-15 14:22   ` Brian Davis
@ 2006-11-15 15:44   ` Mick
  2006-11-15 16:17     ` Jon M
  1 sibling, 1 reply; 5+ messages in thread
From: Mick @ 2006-11-15 15:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

On Wednesday 15 November 2006 03:08, Jon M wrote:
> Ohh okay that makes sense.
>
> For everyones information, I got it to work properly.  First of all, I'm
> an idiot and was edited /etc/ssh/ssh_config, not /etc/ssh/sshD_config :P
>
> Secondly, I had to enable PasswordAuthentication yes as well as
> ChallengeResponseAuthentication no

How does ChallengeResponseAuthentication affect matters?
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] sshd issues
  2006-11-15 15:44   ` Mick
@ 2006-11-15 16:17     ` Jon M
  0 siblings, 0 replies; 5+ messages in thread
From: Jon M @ 2006-11-15 16:17 UTC (permalink / raw
  To: gentoo-user



Mick wrote:
> On Wednesday 15 November 2006 03:08, Jon M wrote:
>> Ohh okay that makes sense.
>>
>> For everyones information, I got it to work properly.  First of all, I'm
>> an idiot and was edited /etc/ssh/ssh_config, not /etc/ssh/sshD_config :P
>>
>> Secondly, I had to enable PasswordAuthentication yes as well as
>> ChallengeResponseAuthentication no
> 
> How does ChallengeResponseAuthentication affect matters?

Hi Mick,

I'm not sure, however when ChallengeResponseAuthentication is set to yes 
it still would go into keyboard interactive mode.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-15 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15  2:49 Re: [gentoo-user] sshd issues brettholcomb
2006-11-15  3:08 ` Jon M
2006-11-15 14:22   ` Brian Davis
2006-11-15 15:44   ` Mick
2006-11-15 16:17     ` Jon M

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox