Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-10 Thread Olaf Greve
Hi,
Alright, last Friday I promised to let you guys know what the outcome 
was of the issue where PuTTY wouldn't connect to FreeBSD 5.3.

And the winner is...:
Look in /etc/ssh/sshd_conf for the setting PasswordAuthentication I
think the default changed from yes to no.
HExren
Indeed. By default there's a line:
#PasswordAuthentication no
Changing that in:
PasswordAuthentication yes
And then performing a:
kill -s HUP sshdpid
Does the trick!
Tnx and cheerz,
Olafo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Olaf Greve
Hi all,
On two distinct machines (both running FreeBSD 5.3 release, one is the 
AMD-64 version, the other is the i386 version) I am experiencing 
problems when trying to SSH to the machine using PuTTY.

PuTTY shows the login prompt just fine, but when entering the proper 
username/password (yes, I am positive I typed it correctly -multiple 
times, in fact- :) ). Yet, for some reason this combination does not 
seem to get accepted.

Does anyone know the reason for this (note: I am not starting the SSH 
daemon from inetd)? Is there perhaps some (new) setting that changed 
between 5.2.1 and 5.3 that causes this, or am I doing something else 
terribly wrong? :)

Thanks in advance for any answers, and cheers!
Olafo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Hexren
OG Hi all,

OG On two distinct machines (both running FreeBSD 5.3 release, one is the 
OG AMD-64 version, the other is the i386 version) I am experiencing 
OG problems when trying to SSH to the machine using PuTTY.

OG PuTTY shows the login prompt just fine, but when entering the proper 
OG username/password (yes, I am positive I typed it correctly -multiple 
OG times, in fact- :) ). Yet, for some reason this combination does not 
OG seem to get accepted.

OG Does anyone know the reason for this (note: I am not starting the SSH 
OG daemon from inetd)? Is there perhaps some (new) setting that changed 
OG between 5.2.1 and 5.3 that causes this, or am I doing something else 
OG terribly wrong? :)

OG Thanks in advance for any answers, and cheers!
OG Olafo
OG ___
OG freebsd-questions@freebsd.org mailing list
OG http://lists.freebsd.org/mailman/listinfo/freebsd-questions
OG To unsubscribe, send any mail to [EMAIL PROTECTED]

-

Look in /etc/ssh/sshd_conf for the setting PasswordAuthentication I
think the default changed from yes to no.

HExren

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Subhro


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Olaf Greve
 Sent: Friday, January 07, 2005 16:53
 To: freebsd-questions@freebsd.org
 Subject: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?
 
 Hi all,
 
 On two distinct machines (both running FreeBSD 5.3 release, one is the
 AMD-64 version, the other is the i386 version) I am experiencing
 problems when trying to SSH to the machine using PuTTY.
 
 PuTTY shows the login prompt just fine, but when entering the proper
 username/password (yes, I am positive I typed it correctly -multiple
 times, in fact- :) ). Yet, for some reason this combination does not
 seem to get accepted.
 
 Does anyone know the reason for this (note: I am not starting the SSH
 daemon from inetd)? Is there perhaps some (new) setting that changed
 between 5.2.1 and 5.3 that causes this, or am I doing something else
 terribly wrong? :)
 
 Thanks in advance for any answers, and cheers!
 Olafo
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED] 

Can we have the putty connect logs? Also is anything shown up in the
syslogs? Are you sure the host is not in the deny list? Last but not the
least, I would prefer a S/Key authentication more than a normal interactive
password based authentication. Have you tried that?

Regards
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Jon Krause
From: Olafo

: Hi all,
:
: On two distinct machines (both running FreeBSD 5.3 release, one is the
: AMD-64 version, the other is the i386 version) I am experiencing
: problems when trying to SSH to the machine using PuTTY.
:
: PuTTY shows the login prompt just fine, but when entering the proper
: username/password (yes, I am positive I typed it correctly -multiple
: times, in fact- :) ). Yet, for some reason this combination does not
: seem to get accepted.
:
: Does anyone know the reason for this (note: I am not starting the SSH
: daemon from inetd)? Is there perhaps some (new) setting that changed
: between 5.2.1 and 5.3 that causes this, or am I doing something else
: terribly wrong? :)
:
: Thanks in advance for any answers, and cheers!
: Olafo
:
##

Olafo,
You did not state the version of Putty you are using.
Try the latest version, (release 0.56) I beleive.
There was a problem in earlier versions of Putty with keyboard-interactive
method of authentication.

Best, Jon


___
: freebsd-questions@freebsd.org mailing list
: http://lists.freebsd.org/mailman/listinfo/freebsd-questions
: To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem when SSH-ing to FreeBSD 5.3 using PuTTY?

2005-01-07 Thread Olaf Greve
Hi Jon,
You did not state the version of Putty you are using.
Hmmm, good one. I just checked and it is version 0.50.
Try the latest version, (release 0.56) I beleive.
There was a problem in earlier versions of Putty with keyboard-interactive
method of authentication.
I'll give that a shot. It's quite interesting that it would work with
fbsd 5.2.1 (and earlier) and not with fbsd 5.3, but it might indeed be
the culprit.
Either way: after the weekend I shall let you guys know what the culprit
was. :)
Cheerz and 'ave a good weekend!
Olafo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]