Authothentification failed
Posted: Tue 05 Jun 2018 11:21
Channel Client Error Authentication failed
My connection work right but a received in my log error text
ex
06-04 08:49:42 Channel Client Error Authentication failed
06-04 08:49:51 Channel Client Error Authentication failed
06-04 08:49:59 Channel Client Error Authentication failed
Why ? Authentification is by password and username atAuthentification
And also sometime this error
Channel Client Error Connection was closed by the other side
procedure TMainSSHProcess.ScSSHServerClientError(Sender: TObject;
ClientInfo: TScSSHClientInfo; E: Exception);
begin
inherited;
Log2File('Channel Client Error '+E.Message,FLogFileName,CbLog.Checked);
end;
My connection work right but a received in my log error text
ex
06-04 08:49:42 Channel Client Error Authentication failed
06-04 08:49:51 Channel Client Error Authentication failed
06-04 08:49:59 Channel Client Error Authentication failed
Why ? Authentification is by password and username atAuthentification
And also sometime this error
Channel Client Error Connection was closed by the other side
procedure TMainSSHProcess.ScSSHServerClientError(Sender: TObject;
ClientInfo: TScSSHClientInfo; E: Exception);
begin
inherited;
Log2File('Channel Client Error '+E.Message,FLogFileName,CbLog.Checked);
end;