Re: Cant login using ssh; no password prompt

From: Dan O'Connor (dan_at_ferrarishields.com)
Date: 11/18/05

  • Next message: bsd: "Updating from RELENG_5_1_2_RELEASE to ... ??"
    To: "Mauricio Brunstein" <mbrunstein@gmail.com>, <freebsd-questions@freebsd.org>
    Date: Fri, 18 Nov 2005 09:36:02 -0800
    
    

    > I've installed a new box with FreeBSD 6.0 (workbench) and cant login
    > to it by means of ssh from the internal or external network.

    Try editing /etc/ssh/sshd_config and uncomment the lines:

    PubkeyAuthentication yes
    PasswordAuthentication yes
    PermitEmptyPasswords no
    ChallengeResponseAuthentication yes
    UsePAM yes

    This will reactivate the automatic login stuff...

    ~Dan

    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: bsd: "Updating from RELENG_5_1_2_RELEASE to ... ??"

    Relevant Pages

    • Re: ssh problem after upgrade from woody to sarge
      ... PasswordAuthentication no ... ChallengeResponseAuthentication yes ... UsePAM yes ... Do you Yahoo!? ...
      (Debian-User)
    • Re: OpenSSH Updaten
      ... UsePAM kann ruhig auf yes stehen wenn ChallengeResponseAuthentication ... Prev by Date: ... Next by Date: ...
      (de.comp.os.unix.linux.misc)
    • Re: sshd BREAKIN ?
      ... POSSIBLE BREAKIN ATTEMPT! ... all my sshd_config is default setting except I have change to "PasswordAuthentication NO, PermitEmptyPasswords NO, and ChallengeResponseAuthentication NO" ...
      (freebsd-questions)
    • Re: Hacked mac
      ... ChallengeResponseAuthentication no ... Didn't even notice 'UsePAM'. ... And didn't know what the heck 'ChallengeResponse' was. ... Gravity is a myth, the Earth sucks. ...
      (comp.sys.mac.system)
    • Re: disable password authentication with openssh
      ... > it looks like ChallengeResponseAuthentication no by itself works ... you still think usePam no is needed? ... I think it depends on the OpenSSH version. ... IIRC, there are a ...
      (Debian-User)