Executable not found? SSH Tunnel on FreeBSD 15.1 and KDE 6.6.6

Alldo's profile image Alldo posted 3 weeks ago in General Permalink

Hi,

We're getting the following on a fresh install:

1 attachment(s):
  • heidisql
ansgar's profile image ansgar posted 3 weeks ago Permalink

I think this is caused by TSecureShellCmd.SshpassPath, which lacks an implementation for FreeBSD. Happens when you have a password for the SSH tunnel. Does not happen when you leave the password empty and provide a private key instead (right?)

I have no FreeBSD for testing purposes. Could you please check whether the sshpass command is available without path on the command line? This is the case on Linux, so I guess I can handle BSD equally.

Alldo's profile image Alldo posted 3 weeks ago Permalink

Thanks for your quick reply!

If we remove the password, we get this error message instead: => SSH exited unexpected. Command line was: ...

SSHPASS is installed: which sshpass => /usr/local/bin/sshpass

We don't have the possibility to test with q private key right now.

ansgar's profile image ansgar posted 3 weeks ago Permalink

Next release should fix that, sshpass is then executed on FreeBSD environment as well.

Alldo's profile image Alldo posted 3 weeks ago Permalink

Thank you very much Ansgar!!

For reference: https://man.freebsd.org/cgi/man.cgi?query=sshpass&manpath=FreeBSD+15.1-RELEASE+and+Ports.quarterly

Please login to leave a reply, or register at first.