| Summary: | Login Problems | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Frank Beckmann <Frank.Beckmann> |
| Component: | scp | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.7p1 | ||
| Hardware: | SPARC | ||
| OS: | All | ||
|
Description
Frank Beckmann
2003-10-16 01:09:58 AEST
> Password:
> Response: < i not give anything by Passwort he jum direct to Response
That looks like SSHv1 TIS Challenge/Response authentication, which is how PAM
now works with SSHv1.
"Password:" is the challenge. The "Response" it wants it your password. Try
connecting with SSHv2 keyboard-interactive (ssh -o
PreferredAuthentications=keyboard-interactive [hostname]).
I suggest changing sshd_config to have:
UsePAM yes
PasswordAuthentication no
ChallengeResponseAuthentication yes
and ssh_config to have
Protocol 2,1
Hi :-) for old Stuff we have Protocl 1,2 in /etc/ssh_config, the user have in ~HOME/.ssh/config Protocoll 2. I have testet the scp as user ixfbeckm uid=0, the homedir contains the config. when i use ssh he use the config file, but not by scp it build a Protocol 1 Connection. Ok.. The problem is Protocol 1... why scp dont use the config file ? Exceed with ssh Support dosent run, with 3.7.1p2 No login promp by PasswordAuthentication no Login prompt: PasswordAuthentication yes but auth error... :-( (ldap user) SSH Client from ssh.org run, after passwort commes ab button for respons. Putty and winscp runs fine... Frank The issue with scp and auto selection of Protocol 1/2 is discussed at length in bug #742. I think this is now resolved, can it be closed? Please re-open if you can reproduce with -current with UsePAM=yes, PasswordAuthentication=no and ChallengeResponseAuthentication=yes. Mass change of RESOLVED bugs to CLOSED |