** Changed in: sshpass (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/380258
Title:
sshpass Segmentation fault in strlen()
To manage notifications about t
Looks like there is a workaround:
SSHPASS=mypassword
export SSHPASS
Now it works just fine. Looks like next version actually displays an
error message saying that the variable is not set.
--
sshpass Segmentation fault in strlen()
https://bugs.launchpad.net/bugs/380258
You received this bug noti
I'm seeing this issue as well:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 9.04
Release:9.04
Codename: jaunty
dpkg -l|grep sshpass
ii sshpass1.01-2
Non-interacti
I tested and could reproduce the problem with sshpass version 1.01-2
On test with the latest version 1.04, the problem is fixed. Karmic has this
updated version.
--
sshpass Segmentation fault in strlen()
https://bugs.launchpad.net/bugs/380258
You received this bug notification because you are a
** Description changed:
Binary package hint: sshpass
When using 'sshpass -e' on a non-exported environment variable, a
segfault occurs:
r...@procyon:~/scripts/xx/versions$ sshpass -e ssh myusern...@myserver
Segmentation fault
r...@procyon:~/scripts/xx/versions$ read SSHPASS
ENT