Page 1 of 1

Labview and SSL

Posted: Sat Jul 26, 2014 2:02 pm
by Karsten
Hello,
I'm trying to access Red Pitaya with Labview without using Plink. Is there any possibility to switch of SSL? Labview can’t open a SSL connection.

Thanks for your ideas!

Re: Labview and SSL

Posted: Thu Aug 07, 2014 3:38 pm
by ales.bardorfer
One of the possibilities would be to use rsh instead of ssh protocol.
Currently Red Pitaya only runs the OpenSSH daemon, but rsh daemon/server can be added to the ramdisk by changing the buildroot configuration file:
https://github.com/RedPitaya/RedPitaya/ ... oot/config

RSH is a predecessor of SSH, with clients having more or less the same syntax.

Option to add add:
BR2_PACKAGE_RSH_REDONE
(make menuconfig: Target packages > Networking applications > rsh-redone)

Rsh-redone is a reimplementation of the remote shell clients and
servers. It is written from the ground up to avoid the bugs found
in the standard clients and servers. It also fully supports IPv6.

http://packages.debian.org/source/sid/rsh-redone