[Bug 1687] scp/sftp is not working when using key based (authorized_keys2) authentication

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun Dec 20 10:55:14 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1687

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au

--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2009-12-20 10:55:13 EST ---
Nothing in OpenSSH generates that message you report for scp.  I
suspect what's happening is the remote host is sending something to
stdout, and my guess is that it's something like kinit trying to ask
for a password and failing.

Does ssh yourserver true generate any output?  If so, you need to fix
that on the server.

$ perl -e 'printf "%x\n", 1299542900'
4d757374 
$ perl -e 'printf "%c%c%c%c\n", 0x4d, 0x75, 0x73, 0x74'
Must

So the sftp one is probably the same message as the scp one.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list