Dear all, I got "permission denied" msg when I try to connect via SSH. The password that I used was correct as I can establish the connection via telnet using the same password. Any idea why this can happen?? root at kfiisdc:/sandbox/jason ssh kfiisdev Use of this system by unauthorized persons or in an unauthorized manner is strictly prohibited. Unauthorized access can and will be prosecuted to the fullest extent possible. If you log in using a shared account, you must sign in with a personal user id that is assigned only to you. Violation will result in appropriate disciplinary action, which may include termination. root at kfiisdev's password: Permission denied, please try again. root at kfiisdev's password: Permission denied, please try again. root at kfiisdev's password: Permission denied (publickey,password,keyboard-interactive).
Would you care to provide some useful information or do we have to guess? =) Newly configured OpenSSH? Solaris/FreeBSD/Linux? IF so did you compile with pam support? - Ben On Tue, 17 Jun 2003, Pang, Jason YL wrote:> Dear all, > > I got "permission denied" msg when I try to connect via SSH. The password > that I used was correct as I can establish the connection via telnet using > the same password. Any idea why this can happen?? > > root at kfiisdc:/sandbox/jason ssh kfiisdev > > Use of this system by unauthorized persons or in an unauthorized manner is > strictly prohibited. Unauthorized access can and will be prosecuted to the > fullest extent possible. If you log in using a shared account, you must sign > in with a personal user id that is assigned only to you. > > Violation will result in appropriate disciplinary action, which may include > termination. > > root at kfiisdev's password: > Permission denied, please try again. > root at kfiisdev's password: > Permission denied, please try again. > root at kfiisdev's password: > Permission denied (publickey,password,keyboard-interactive). > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >
Ben Lindstrom wrote:> Newly configured OpenSSH? Solaris/FreeBSD/Linux? IF so did you compile > with pam support?Which versions (both OpenSSH + OS)?> On Tue, 17 Jun 2003, Pang, Jason YL wrote: > > I got "permission denied" msg when I try to connect via SSH. The password > > that I used was correct as I can establish the connection via telnet using > > the same password. Any idea why this can happen??PermitRootLogin=no in sshd_config? -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Thanks for the info. The problem has been resolved by changing the PermitRootLogin=yes in sshd_config. -----Original Message----- From: Darren Tucker [mailto:dtucker at zip.com.au] Sent: Tuesday, June 17, 2003 1:29 PM To: Pang, Jason YL Cc: 'openssh-unix-dev at mindrot.org' Subject: Re: ssh does not work Ben Lindstrom wrote:> Newly configured OpenSSH? Solaris/FreeBSD/Linux? IF so did you compile > with pam support?Which versions (both OpenSSH + OS)?> On Tue, 17 Jun 2003, Pang, Jason YL wrote: > > I got "permission denied" msg when I try to connect via SSH. Thepassword> > that I used was correct as I can establish the connection via telnetusing> > the same password. Any idea why this can happen??PermitRootLogin=no in sshd_config? -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.