Bug 731619

Summary: sshd/fish not connecting
Product: [openSUSE] openSUSE 12.1 Reporter: Carl Fletcher <caf4926>
Component: BasesystemAssignee: E-mail List <bnc-team-screening>
Status: VERIFIED NORESPONSE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: locilka, pcerny
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: Community User Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Carl Fletcher 2011-11-21 05:39:57 UTC
ssh is set up on this new 12.1 openSUSE install
I am only using ssh over the LAN
I have password authentication setup as well
I can ssh to it using a terminal
But fish or sshd in Dolphin is bringing up the password request, but it fails

The complete info on this connection request from /var/log/messages is as follows:

Nov 21 05:27:16 xxxx-121 sshd[10524]: error: PAM: Authentication failure for xxxx from 192.168.0.6
Nov 21 05:27:16 xxxx-121 sshd[10526]: error: PAM: Authentication failure for xxxx from 192.168.0.6
Nov 21 05:27:16 xxxx-121 sshd[10524]: Accepted password for xxxx from 192.168.0.6 port 53203 ssh2
Nov 21 05:27:16 xxxx-121 systemd-logind[870]: New session 7 of user xxxx.
Nov 21 05:27:16 xxxx-121 sshd[10526]: Accepted password for xxxx from 192.168.0.6 port 53204 ssh2
Nov 21 05:27:16 xxxx-121 systemd-logind[870]: New session 8 of user xxxx.
Nov 21 05:27:16 xxxx-121 sshd[10533]: subsystem request for sftp by user xxxx
Nov 21 05:27:16 xxxx-121 sshd[10534]: subsystem request for sftp by user xxxx
Nov 21 05:27:16 xxxx-121 systemd-logind[870]: Removed session 8.
Nov 21 05:27:16 xxxx-121 systemd-logind[870]: Removed session 7.
Nov 21 05:27:16 xxxx-121 sshd[10590]: error: PAM: Authentication failure for xxxx from 192.168.0.6
Nov 21 05:27:16 xxxx-121 sshd[10590]: error: PAM: Authentication failure for xxxx from 192.168.0.6
Nov 21 05:27:16 xxxx-121 sshd[10590]: Failed password for xxxx from 192.168.0.6 port 53205 ssh2
Nov 21 05:27:16 xxxx-121 sshd[10590]: error: PAM: Authentication failure for xxxx from 192.168.0.6
Nov 21 05:27:16 xxxx-121 sshd[10590]: Failed keyboard-interactive/pam for xxxx from 192.168.0.6 port 53205 ssh2
Nov 21 05:27:16 xxxx-121 sshd[10590]: Failed password for xxxx from 192.168.0.6 port 53205 ssh2
Comment 2 Petr Cerny 2012-09-18 13:02:43 UTC
Carl, could you possibly try:
1) key authentication
2) disabling PAM (set "UsePAM no" in /etc/ssh/sshd_config)?
Comment 3 Jiaying Ren 2012-10-31 09:11:03 UTC
please reopen the bug if you can provide the needed information, thanks