Archive Index
This month's Index
|
Subject: Re: EPIPE causes 'Authentication by public key failed' for examples with keyfile authentication at OpenSSH server
Re: EPIPE causes 'Authentication by public key failed' for examples with keyfile authentication at OpenSSH server
From: Peter Stuge <peter_at_stuge.se>
Date: Tue, 24 Apr 2012 19:07:37 +0200
Nick Rudnick wrote:
Do you mean "the first time" or "I will list some things, the first
> The server is OpenSSH_5.8p1, built from source for better tracing of
Where is the EPIPE reported?
Please compile libssh2 with debugging enabled, and call
libssh2_trace(session, ~0);
in the example. Please send the rich debug messages to the mailing
//Peter
|