SSH with Channel issues

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
ED-Clint
Posts: 36
Joined: Thu 18 May 2017 08:52

Re: SSH with Channel issues

Post by ED-Clint » Thu 05 Jul 2018 14:35

My apologies Viktor, I found the use in the SSHCLient demo, I will go over this and come back to you if I still hit a problem.
Thanks you.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: SSH with Channel issues

Post by ViktorV » Thu 05 Jul 2018 14:40

Please specify the exception you get and when it happens.

ED-Clint
Posts: 36
Joined: Thu 18 May 2017 08:52

Re: SSH with Channel issues

Post by ED-Clint » Tue 30 Oct 2018 07:59

Hi Viktor,

Just to let you know I did get this working using your demo project example. In case this helps anyone this is what it looked like;

uses ScSSHSocket;

procedure TForm1.SSHTunnelSocketConnect(Sender: TObject; const SockAddr: PSOCKADDR);
var
Sock: TIPEndPoint;
begin
Sock := TIPEndPoint.Create(PSockAddrIn(SockAddr));
Showmessage('SSH Socket '+Sock.ToString+' connected on Port '+IntToStr(Sock.Port));
end;

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: SSH with Channel issues

Post by ViktorV » Wed 31 Oct 2018 11:40

Thank you for the interest to our product.
Feel free to contact us if you have any further questions about our products.

Post Reply