jiayin's profile看天下美景吃天下美味PhotosBlogLists Tools Help

Blog


    August 07

    putty connect to OpenSSH

    With default option, putty cannot connect to OpenSSH due to authentication problem.
    You can run sshd with -D or -d (debug) option, and will find that "Password authentication" is disabled while putty uses this as default authentication method.
    The solutions are
    1. Uncomment the  PasswordAuthentication item in /etc/ssh/sshd_config and set it to yes
    2. Use agent based authentication method in putty.