FreeBSD 5.3 and sshd

2005-02-02 Thread Irina
Hello at FreeBSD list.

I have installed FreeBSD 5.3, have not upgraded to STABLE yet.  During the 
installation I created a user account that is in the wheel group.  After the 
installation, logged in as that user at console with no problems.  But can not 
login using putty from my computer via ssh.  Then enabled telnet in inetd.conf 
and could telnet just fine.

I also noticed that I CAN ssh as that user from one of other servers (FreeBSD 
5.1).

Please help, I am not sure where to look.

Thank you for your help in advance.

Irina

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


Re: FreeBSD 5.3 and sshd

2005-02-02 Thread Jon Krause

From: Irina

Hello at FreeBSD list.

I have installed FreeBSD 5.3, have not upgraded to STABLE yet.  During the
installation I created a user account that is in the wheel group.  After
the installation, logged in as that user at console with no problems.  But
can not login using putty from my computer via ssh.  Then enabled telnet in
inetd.conf and could telnet just fine.

I also noticed that I CAN ssh as that user from one of other servers
(FreeBSD 5.1).

Please help, I am not sure where to look.

Thank you for your help in advance.

Irina


What version of PuTTY are you using?
Pre (Version 0.56) has known problems with ssh2, try updating your version
of PuTTY.

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: FreeBSD 5.3 and sshd

2005-02-02 Thread Richard Cotrina

sshd is disabled by default in FreeBSD 5.3, enable it by hand:

# /etc/rc.d/sshd start

Then, If you want it to be started at boot time, add the following line to
/etc/rc.conf :

sshd_enable=YES

HTH

On Wed, 2 Feb 2005, Irina wrote:

 Hello at FreeBSD list.

 I have installed FreeBSD 5.3, have not upgraded to STABLE yet.  During the 
 installation I created a user account that is in the wheel group.  After 
 the installation, logged in as that user at console with no problems.  But 
 can not login using putty from my computer via ssh.  Then enabled telnet in 
 inetd.conf and could telnet just fine.

 I also noticed that I CAN ssh as that user from one of other servers (FreeBSD 
 5.1).

 Please help, I am not sure where to look.

 Thank you for your help in advance.

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


Re: FreeBSD 5.3 and sshd

2005-02-02 Thread Irina
Hello Richard,

I have enabled ssh on a command line, then through inetd.  Nothing worked.
But...

There was another answer from Jon to me right before yours.  He suggested to
upgrade putty.  I had 0.51.  Upgrading to 0.56 worked.

Who would think about putty?...  I did not :-)

Thank you.

Irina
=


- Original Message - 
From: Richard Cotrina [EMAIL PROTECTED]
To: Irina [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, February 02, 2005 2:13 PM
Subject: Re: FreeBSD 5.3 and sshd



 sshd is disabled by default in FreeBSD 5.3, enable it by hand:

 # /etc/rc.d/sshd start

 Then, If you want it to be started at boot time, add the following line to
 /etc/rc.conf :

 sshd_enable=YES

 HTH

 On Wed, 2 Feb 2005, Irina wrote:

  Hello at FreeBSD list.
 
  I have installed FreeBSD 5.3, have not upgraded to STABLE yet.  During
the installation I created a user account that is in the wheel group.
After the installation, logged in as that user at console with no problems.
But can not login using putty from my computer via ssh.  Then enabled telnet
in inetd.conf and could telnet just fine.
 
  I also noticed that I CAN ssh as that user from one of other servers
(FreeBSD 5.1).
 
  Please help, I am not sure where to look.
 
  Thank you for your help in advance.
 
  Irina


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