Re: trying to use keys...been asked a bunch, didn't find many solutio ns

From: Greg Wooledge (wooledg_at_eeg.ccf.org)
Date: 06/20/03

  • Next message: Brian Hatch: "Re: trying to use keys...been asked a bunch, didn't find many solutio ns"
    Date: Fri, 20 Jun 2003 08:43:15 -0400
    To: Gabriel Mino <gmino@pcsltd.com>
    
    

    On Thu, Jun 19, 2003 at 06:11:36PM -0400, Gabriel Mino wrote:
    > I apologize in advance since I can see that this question is asked a whole
    > lot but, damn if I am unable to get this to work. I am continually asked for
    > passwd. *shrug* what gives?

    95% of the time, it's incorrect permissions on ~ or ~/.ssh or
    ~/.ssh/authorized_keys or some directory leading up to ~ itself.

    NONE of those directories or files must be group- or world-writable.

    > # ssh -v 12.35.8.13

    Running the client in debug mode is not helpful for this kind of
    problem. You must run the *server* in debug mode to get the output
    you want.


  • Next message: Brian Hatch: "Re: trying to use keys...been asked a bunch, didn't find many solutio ns"

    Relevant Pages

    • Re: On why debugging OpenSSH can be so hard
      ... Since nobody seems to be aware of how debugging works on OpenSSH, let me just tell you that there is a client process and a server process and they separately have debug modes. ... The client debug mode could merely say "Login failed. ...
      (SSH)
    • Re: Debugging multiple applications in Eclpse
      ... Set breakpoints in server and client project, ... and start the server in debug mode and then the client in debug mode. ...
      (comp.lang.java.softwaretools)
    • communication between vb and java
      ... I want a client to communication with a server(written ... by JAVA).In the debug mode, in the server side,the server call the java ... function "accept" to block and wait any request from client.Then a client ... programming point(under debug mode) move to next line.And the client go on ...
      (microsoft.public.vb.controls)
    • Re: ssh and public key auth
      ... You won't see it in debug mode from the *client*, ... The server could send an informational ... as that leaks potentially useful information to ...
      (comp.security.ssh)
    • RE: trying to use keys...been asked a bunch, didnt find many sol utions
      ... trying to use keys...been asked a bunch, ... > I apologize in advance since I can see that this question is asked a ... Running the client in debug mode is not helpful for this kind of problem. ...
      (SSH)