Re: [gentoo-user] sshd issues

2006-11-15 Thread Jon M



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



Re: [gentoo-user] sshd issues

2006-11-15 Thread Mick
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


pgp6pFTRV9EW7.pgp
Description: PGP signature


Re: [gentoo-user] sshd issues

2006-11-15 Thread Brian Davis
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.


[EMAIL PROTECTED] wrote:
I think that tells you that this is the default setting if you don't 
change it.



From: Jon M <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED] 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



Re: [gentoo-user] sshd issues

2006-11-14 Thread Jon M

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.


[EMAIL PROTECTED] wrote:

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


From: Jon M <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED] 
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



Re: Re: [gentoo-user] sshd issues

2006-11-14 Thread brettholcomb
I think that tells you that this is the default setting if you don't change it.

> 
> From: Jon M <[EMAIL PROTECTED]>
> 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:[EMAIL PROTECTED] 
> >> 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



Re: [gentoo-user] sshd issues

2006-11-14 Thread Jon M

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:[EMAIL PROTECTED] 
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



RE: [gentoo-user] sshd issues

2006-11-14 Thread Daevid Vincent
Change/Add this:

PasswordAuthentication yes

In /etc/ssh/sshd_config

DÆVID  

> -Original Message-
> From: Jon M [mailto:[EMAIL PROTECTED] 
> 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