<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Non-interactive ssh password auth</title><link>https://sourceforge.net/p/sshpass/activity/</link><description>Recent activity for Non-interactive ssh password auth</description><language>en</language><lastBuildDate>Tue, 10 Mar 2026 15:48:03 -0000</lastBuildDate><item><title>Shachar Shemesh posted a comment on ticket #33</title><link>https://sourceforge.net/p/sshpass/bugs/33/?limit=25#c445</link><description>Hello Yan, and thank you for your approach. This is, in fact, done on purpose. Some implementations use a lowercase "p" and others capital. By having the search pattern not include the first letter of the word, this matches both cases.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Tue, 10 Mar 2026 15:48:03 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/33/?limit=25#c445</guid></item><item><title>Yan Yuhao created ticket #33</title><link>https://sourceforge.net/p/sshpass/bugs/33/</link><description>Typo in default password prompt indicator ("assword")</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yan Yuhao</dc:creator><pubDate>Tue, 10 Mar 2026 14:20:49 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/33/</guid></item><item><title>bitozoid created ticket #32</title><link>https://sourceforge.net/p/sshpass/bugs/32/</link><description>ControlMaster / ProxyJump</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bitozoid</dc:creator><pubDate>Thu, 06 Feb 2025 19:34:19 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/32/</guid></item><item><title>James created ticket #16</title><link>https://sourceforge.net/p/sshpass/patches/16/</link><description>Remove AC_FUNC_MALLOC check</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James</dc:creator><pubDate>Fri, 25 Oct 2024 22:23:53 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/patches/16/</guid></item><item><title>Shachar Shemesh merged merge request #1 on Code</title><link>https://sourceforge.net/p/sshpass/code-git/merge-requests/1/</link><description>Fix Segmentation fault in -e mode when environment variable is not set.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Mon, 21 Oct 2024 06:39:28 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/merge-requests/1/</guid></item><item><title>Marius Wachtler created merge request #1 on Code</title><link>https://sourceforge.net/p/sshpass/code-git/merge-requests/1/</link><description>Fix Segmentation fault in -e mode when environment variable is not set.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marius Wachtler</dc:creator><pubDate>Sun, 20 Oct 2024 14:58:12 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/merge-requests/1/</guid></item><item><title>Shachar Shemesh modified ticket #28</title><link>https://sourceforge.net/p/sshpass/bugs/28/</link><description>Hide password on "ps aux| grep {process name}"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 31 May 2024 18:46:53 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/28/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #28</title><link>https://sourceforge.net/p/sshpass/bugs/28/?limit=25#22d4</link><description>The bug system isn't the proper place to ask these types of questions.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 31 May 2024 18:46:53 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/28/?limit=25#22d4</guid></item><item><title>Shachar Shemesh posted a comment on ticket #23</title><link>https://sourceforge.net/p/sshpass/bugs/23/?limit=25#32e5</link><description>I'm not sure this is worth fixing. The setup here is this: scp is checking whether it's "foreground" (and thus print the progress) by checking which is the process leader of STDOUT. When running under sshpass, STDOUT is directed to the parent's STDOUT (typically, the controlling terminal of where sshpass was run). But this is not the controlling terminal for scp itself. This is the PTY that sshpass created to accept the password prompt. This causes the IOCTL to fail, and scp to conclude it is running...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 31 May 2024 10:31:21 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/23/?limit=25#32e5</guid></item><item><title>Shachar Shemesh posted a comment on ticket #23</title><link>https://sourceforge.net/p/sshpass/bugs/23/?limit=25#1e58</link><description>The immediate cause for scp is an ioctl it does that fails with ENOTTY: ioctl(1, TIOCGPGRP, 0x7ffc18af0484) = -1 ENOTTY (Inappropriate ioctl for device) Still investigating why.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 31 May 2024 09:58:16 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/23/?limit=25#1e58</guid></item><item><title>Shachar Shemesh modified ticket #31</title><link>https://sourceforge.net/p/sshpass/bugs/31/</link><description>[feature request] sshpass should ask for password  using the interactive password prompt</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 22 May 2024 06:26:14 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/31/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #31</title><link>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#3b8b/2b36</link><description>Each run of sshpass only provides the password to one ssh instance. If sshpass asks for the password, then it will ask for the password 100 times. What you need is a standalone program that asks for the password in a secure way, and then transfers it to sshpass on all 100 instances. This should by no means be part of sshpass itself. A quick search showed https://github.com/r-lib/askpass. See if it's any help to you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 22 May 2024 05:35:57 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#3b8b/2b36</guid></item><item><title>Yuri posted a comment on ticket #31</title><link>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#3b8b</link><description>The same program should be run on 100 machines. Users can't type ssh password 100 times. sshpass and pssh combination allow to type the password only once. However, the process of typing password is not as good what ssh itself provides.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yuri</dc:creator><pubDate>Wed, 22 May 2024 05:31:02 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#3b8b</guid></item><item><title>Shachar Shemesh posted a comment on ticket #31</title><link>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#0a15/afd6</link><description>I fail to see how that is different than just running ssh and letting it ask for the password.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 22 May 2024 05:26:58 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#0a15/afd6</guid></item><item><title>Yuri posted a comment on ticket #31</title><link>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#0a15</link><description>At work I wrote a script that allows to start some processes on many machines. It uses sshpass and pssh. Currently the password should either be typed at program's start or password should be supplied as program's argument. Both options are bad. The former option makes it tricky to enter password for people who aren't used to it, and the latter option isn't secure and is also inconvenient. sshpass should really print a prompt just like ssh, and should accept the password from the interactive pro...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yuri</dc:creator><pubDate>Wed, 22 May 2024 05:25:46 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#0a15</guid></item><item><title>Shachar Shemesh posted a comment on ticket #31</title><link>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#c67f</link><description>Can you please outline the use case behind this request?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Wed, 22 May 2024 05:11:51 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/31/?limit=25#c67f</guid></item><item><title>Yuri created ticket #31</title><link>https://sourceforge.net/p/sshpass/bugs/31/</link><description>[feature request] sshpass should ask for password  using the interactive password prompt</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yuri</dc:creator><pubDate>Wed, 22 May 2024 04:42:12 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/31/</guid></item><item><title>John posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#eba0</link><description>Any update on the fix.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Wed, 06 Mar 2024 19:34:03 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#eba0</guid></item><item><title>T Johnson posted a comment on ticket #30</title><link>https://sourceforge.net/p/sshpass/bugs/30/?limit=25#d5a9</link><description>I forgot mention we are using 1.09.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T Johnson</dc:creator><pubDate>Thu, 03 Aug 2023 19:34:29 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/30/?limit=25#d5a9</guid></item><item><title>T Johnson created ticket #30</title><link>https://sourceforge.net/p/sshpass/bugs/30/</link><description>pseudo terminal intermittently fails to be established between sshpass and ssh</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T Johnson</dc:creator><pubDate>Thu, 03 Aug 2023 19:33:59 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/30/</guid></item><item><title>John posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=250#10fc</link><description>Any update on the fix.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Wed, 21 Jun 2023 06:28:01 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=250#10fc</guid></item><item><title>Cálestyo posted a comment on ticket #28</title><link>https://sourceforge.net/p/sshpass/bugs/28/?limit=25#9532</link><description>I don't think sshpass could ever guarantee that a passphrase given as argument cannot be viewed by others, even if it would overwrite it. The OS might still export the original command line somehow and even if it wouldn't there's always the small time frame between starting the process (where the passphrase would be visible) and overwriting it, where an attacker could see it. Your only chance is if the OS prohibits users to see the command arguments of processes from other users.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cálestyo</dc:creator><pubDate>Fri, 14 Apr 2023 03:45:00 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/28/?limit=25#9532</guid></item><item><title>David Finder created ticket #29</title><link>https://sourceforge.net/p/sshpass/bugs/29/</link><description>Invalid internally wrapped RC. </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Finder</dc:creator><pubDate>Thu, 13 Apr 2023 21:10:55 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/29/</guid></item><item><title>Guilherme Rodrigues Cunha created ticket #28</title><link>https://sourceforge.net/p/sshpass/bugs/28/</link><description>Hide password on "ps aux| grep {process name}"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guilherme Rodrigues Cunha</dc:creator><pubDate>Tue, 21 Mar 2023 12:57:15 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/28/</guid></item><item><title>John posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=250#6c1f</link><description>i am not sure about it. you can fix it the way you like. i have no idea am the end user. but there is no rush. just fyi they would be releasing luna lobster in April.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Mon, 13 Mar 2023 03:53:39 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=250#6c1f</guid></item><item><title>Shachar Shemesh posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#29f9</link><description>Snippet from sudo's strace ioctl(10, TIOCGPTPEER, 0x102) = 11 dup3(11, 0, 0) = 0 dup3(11, 1, 0) = 1 dup3(11, 2, 0) = 2 Essentially, it opens its own controlling TTY, and then sets that as the standard output, error and input for the process. This is the reason it doesn't print to the terminal: it's printing to sshpass. We can, perhaps, set sshpass to forward the output, but that won't work completely either. In order to work, we need to also redirect the input, and I'm not sure it makes sense to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 12 Mar 2023 18:00:50 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#29f9</guid></item><item><title>John posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#a9de</link><description>No worries, take your time I am in no rush, fix it whenever you can.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Sun, 12 Mar 2023 14:59:46 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#a9de</guid></item><item><title>Shachar Shemesh posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#64cc/7ff1</link><description>I'm sorry. I've been very busy lately. Atypically for sshpass, the problem is a logic problem, not a system problem. I think the state machine doesn't realize that the password prompt has been satisfied, and doesn't move on to the part where it acts as a passthrough.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Fri, 10 Mar 2023 07:14:28 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#64cc/7ff1</guid></item><item><title>John posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#64cc</link><description>hi there, did you get a chance to fix the issue.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Fri, 10 Mar 2023 04:17:48 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#64cc</guid></item><item><title>Shachar Shemesh posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#ed41</link><description>The problem reproduces on my system. I'll have a look when I can.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Tue, 14 Feb 2023 08:10:43 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#ed41</guid></item><item><title>John posted a comment on ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#fa93</link><description>sshpass -p "adminpassword" sudo install terminator doesn't work on Jammy and Kinetic Kudu. It works on Focal Fossa</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Mon, 13 Feb 2023 02:39:10 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/?limit=25#fa93</guid></item><item><title>John created ticket #27</title><link>https://sourceforge.net/p/sshpass/bugs/27/</link><description>1.9 or 1.10 doesn’t print out anything on terminal console</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Sun, 12 Feb 2023 09:20:02 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/27/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#f997</link><description>Release 1.10 now has the fix.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 12 Feb 2023 03:04:09 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#f997</guid></item><item><title>Non-interactive ssh password auth released /sshpass/1.10/sshpass-1.10.tar.gz</title><link>https://sourceforge.net/projects/sshpass/files/sshpass/1.10/sshpass-1.10.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Non-interactive ssh password auth</dc:creator><pubDate>Sun, 12 Feb 2023 03:00:03 -0000</pubDate><guid>https://sourceforge.net/projects/sshpass/files/sshpass/1.10/sshpass-1.10.tar.gz/download</guid></item><item><title>Shachar Shemesh committed [ef1034] on Code</title><link>https://sourceforge.net/p/sshpass/code-git/ci/ef1034d5f0b31fee6f27dce15a47a90f08935622/</link><description>Tag version 1.10</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 12 Feb 2023 02:54:32 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/ef1034d5f0b31fee6f27dce15a47a90f08935622/</guid></item><item><title>Shachar Shemesh modified ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/</link><description>v1.09 TIOCSCTTY error</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 12 Feb 2023 02:52:49 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#3049</link><description>Fix is pushed to repo. Thank you, everyone.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 12 Feb 2023 02:52:05 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#3049</guid></item><item><title>Shachar Shemesh committed [c59639] on Code</title><link>https://sourceforge.net/p/sshpass/code-git/ci/c59639065cad6bef8344339d476823ee5b1936e3/</link><description>Controlling TTY code fix.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 12 Feb 2023 02:50:05 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/c59639065cad6bef8344339d476823ee5b1936e3/</guid></item><item><title>Shachar Shemesh committed [32b755] on Code</title><link>https://sourceforge.net/p/sshpass/code-git/ci/32b7553d00affafe1f3bd24192b3a1b450298397/</link><description>Help message problems</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sun, 12 Feb 2023 02:50:05 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/32b7553d00affafe1f3bd24192b3a1b450298397/</guid></item><item><title>Iakov Kirilenko posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#ecaf</link><description>This patch helps to fix well known issue also for msys/mingw too. As I can see, there are no obvious reasons for regression with this change. Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iakov Kirilenko</dc:creator><pubDate>Thu, 09 Feb 2023 12:37:13 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#ecaf</guid></item><item><title>Predrag Zečević posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#b0e9</link><description>Adding patch file (NOTE: it was tested only on OpenIndiana platform): :; patch -u main.c -i sshpass-1.09.main_c.patch Patch file was created by comparing original and modified file: :; diff -Naur sshpass-1.09-tar/main.c sshpass-1.09/main.c Regards.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Predrag Zečević</dc:creator><pubDate>Wed, 31 Aug 2022 07:48:58 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#b0e9</guid></item><item><title>Predrag Zečević posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#03ca</link><description>HI! I have tested this patch, and it has worked! Many thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Predrag Zečević</dc:creator><pubDate>Tue, 30 Aug 2022 14:46:49 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#03ca</guid></item><item><title>Shachar Shemesh modified ticket #26</title><link>https://sourceforge.net/p/sshpass/bugs/26/</link><description>Website sshpass.sourceforge.net: HTTP Error 443 "Connection refused".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Thu, 21 Jul 2022 18:14:54 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/26/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #26</title><link>https://sourceforge.net/p/sshpass/bugs/26/?limit=25#2b10</link><description>I tried to remove the web page reference. I don't think I've succeeded in doing that, but I did succeed in making it point at https://sshpass.sourceforge.io/, which at least has a valid certificate. Of course, that redirects right back to the sf project page, but since I don't have anything useful to put in that page, that's at least somewhat preferable.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Thu, 21 Jul 2022 18:14:40 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/26/?limit=25#2b10</guid></item><item><title>Drei Eck created ticket #26</title><link>https://sourceforge.net/p/sshpass/bugs/26/</link><description>Website sshpass.sourceforge.net: HTTP Error 443 "Connection refused".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Thu, 21 Jul 2022 18:05:37 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/26/</guid></item><item><title>Przemyslaw Strzelczak posted a comment on ticket #11</title><link>https://sourceforge.net/p/sshpass/patches/11/?limit=25#d27f</link><description>Noticed it is already released in 1.07.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Przemyslaw Strzelczak</dc:creator><pubDate>Tue, 05 Jul 2022 10:28:20 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/patches/11/?limit=25#d27f</guid></item><item><title>Marcin Olszewski posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#ed60</link><description>In fact, looks like there are two bugs in the code: 1) per tty_ioctl's documentation, the TIOCSCTTY option requires an int argument, while none is provided here. Adding a zero solves the invalid argument problem (the only value mentioned is 1 and it is for root only) NOTE: because of the way the documentation is formatted, it is easy to treat the description for TIOCNOTTY - which says about a void argument - as the second part for TIOCSCTTY. 3) Once the invalid argument is resolved, we'll face the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcin Olszewski</dc:creator><pubDate>Thu, 30 Jun 2022 09:23:19 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#ed60</guid></item><item><title>Predrag Zečević posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#a58e</link><description>Any news on this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Predrag Zečević</dc:creator><pubDate>Wed, 29 Jun 2022 07:06:18 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#a58e</guid></item><item><title>Przemyslaw Strzelczak posted a comment on ticket #11</title><link>https://sourceforge.net/p/sshpass/patches/11/?limit=25#030d</link><description>Hi Shachar, could you release a version with this patch? It is likely that I hit issue described here in my work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Przemyslaw Strzelczak</dc:creator><pubDate>Mon, 27 Jun 2022 14:29:20 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/patches/11/?limit=25#030d</guid></item><item><title>Cálestyo posted a comment on ticket #5</title><link>https://sourceforge.net/p/sshpass/feature-requests/5/?limit=25#ebe5</link><description>One more thought about it: e) Maybe, what sshpass would need was even another way to specify the passphrase... something like -c "command", in which command is a shell command executed via system(3). sshpass could simply check it's exit status and if 0 take whatever was printed to stdout and use that ass password (including any newlines and so). Exit status 1 would indicate errors, others could be reserved for future use. Of course one would also need to educate users that they mustn't include any...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cálestyo</dc:creator><pubDate>Mon, 30 May 2022 17:43:59 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/feature-requests/5/?limit=25#ebe5</guid></item><item><title>Predrag Zečević modified a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#1e62/3fe1</link><description>Hi, you have to install build-essential meta package (it will install all development tools, full list of included packages at https://pkg.openindiana.org/hipster/manifest/0/metapackages%2Fbuild-essential%401.0%2C5.11-2022.0.0.1%3A20220117T192224Z) GCC suite is installed under /usr/gcc directory, so you have to adjust your environment variables. For example, I have installed several compilers: developer/gcc-10 10.3.0-2020.0.1.3 i-- developer/gcc-11 11.3.0-2022.0.0.0 i-- developer/gcc-7 7.5.0-2020.0.1.9...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Predrag Zečević</dc:creator><pubDate>Mon, 30 May 2022 13:40:21 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#1e62/3fe1</guid></item><item><title>Predrag Zečević posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#1e62/3fe1</link><description>Hi, you have to install build-essential meta package (it will install all development tools, full list of included packages at https://pkg.openindiana.org/hipster/manifest/0/metapackages%2Fbuild-essential%401.0%2C5.11-2022.0.0.1%3A20220117T192224Z) GCC suite is installed under /usr/gcc directory, so you have to adjust your environment variables. For example, I have installed several compilers: developer/gcc-10 10.3.0-2020.0.1.3 i-- developer/gcc-11 11.3.0-2022.0.0.0 i-- developer/gcc-7 7.5.0-2020.0.1.9...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Predrag Zečević</dc:creator><pubDate>Mon, 30 May 2022 13:27:07 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#1e62/3fe1</guid></item><item><title>Cálestyo posted a comment on ticket #9</title><link>https://sourceforge.net/p/sshpass/feature-requests/9/?limit=25#9075</link><description>I've never migrated a project from SF to git(lab/hub)... not sure whether the latter provide any migration tools, so that one could keep all the issues etc.. But at least the repo should be possible.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cálestyo</dc:creator><pubDate>Sat, 28 May 2022 11:42:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/feature-requests/9/?limit=25#9075</guid></item><item><title>Shachar Shemesh posted a comment on ticket #23</title><link>https://sourceforge.net/p/sshpass/bugs/23/?limit=25#73db</link><description>The problem isn't that sshpass doesn't pass scp's output. The problem is that scp decides that it is running non-interactively, and therefor doesn't produce any output. I don't know, at this point, what caused scp to decide that.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 10:40:57 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/23/?limit=25#73db</guid></item><item><title>Shachar Shemesh posted a comment on ticket #24</title><link>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#1e62</link><description>I tried installing it inside a VM, but I don't know how to install the dependencies. Can you explain the steps needed to turn a bare install to one that is capable of compiling sshpass?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 10:39:47 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/bugs/24/?limit=25#1e62</guid></item><item><title>Shachar Shemesh modified ticket #14</title><link>https://sourceforge.net/p/sshpass/patches/14/</link><description>-E option for reading password from named env-var</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:24:26 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/patches/14/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #14</title><link>https://sourceforge.net/p/sshpass/patches/14/?limit=25#9610</link><description>I went another route. The -e option now has an optional argument specifying the environment environment. Code is committed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:24:26 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/patches/14/?limit=25#9610</guid></item><item><title>Shachar Shemesh modified ticket #9</title><link>https://sourceforge.net/p/sshpass/feature-requests/9/</link><description>consider switching to git[lab/hub/etc.]</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:22:45 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/feature-requests/9/</guid></item><item><title>Shachar Shemesh posted a comment on ticket #9</title><link>https://sourceforge.net/p/sshpass/feature-requests/9/?limit=25#8479</link><description>Yeah, it was time. Original repo was on CVS, btw.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:22:45 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/feature-requests/9/?limit=25#8479</guid></item><item><title>Shachar Shemesh committed [c89cee]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/c89cee9a22ddab69e8a2e69619e7da9636ebf434/</link><description>Convert repository from SVN to git</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:13:12 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/c89cee9a22ddab69e8a2e69619e7da9636ebf434/</guid></item><item><title>Shachar Shemesh committed [934f87]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/934f87f54e9dc304b019eeed2b434e2fbf10ba4d/</link><description>Sig unsafe functions in signal handler</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/934f87f54e9dc304b019eeed2b434e2fbf10ba4d/</guid></item><item><title>Shachar Shemesh committed [ed856e]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/ed856e6b0617608c2c2fc638031df18633e5a25f/</link><description>Better "-e" handling.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/ed856e6b0617608c2c2fc638031df18633e5a25f/</guid></item><item><title>Shachar Shemesh committed [0139d8]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/0139d80441f5b9217278a6a9744c9918254f3ca3/</link><description>Update version to 1.09</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/0139d80441f5b9217278a6a9744c9918254f3ca3/</guid></item><item><title>Shachar Shemesh committed [0daa61]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/0daa6144751ddde755f7acc8f707a4fb02b1f6d8/</link><description>Explicitly set the controlling TTY</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/0daa6144751ddde755f7acc8f707a4fb02b1f6d8/</guid></item><item><title>Shachar Shemesh committed [30990d]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/30990da046ac66aedcf09444cc43b0101b819d4f/</link><description>Whitespaces fix</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/30990da046ac66aedcf09444cc43b0101b819d4f/</guid></item><item><title>Shachar Shemesh committed [75bf24]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/75bf246b2b9f206a8608bcdf239fdd2e39127071/</link><description>Update version to 1.08</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/75bf246b2b9f206a8608bcdf239fdd2e39127071/</guid></item><item><title>Shachar Shemesh committed [62989e]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/62989e319f9aba8c394826c034c3f6c5d61ddcc8/</link><description>Typo in man page</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/62989e319f9aba8c394826c034c3f6c5d61ddcc8/</guid></item><item><title>Shachar Shemesh committed [41c201]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/41c2011fd3adf46c5b081511aced9b30aae06609/</link><description>Scrub the environment variable for -e (Ubuntu bug #1649374)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/41c2011fd3adf46c5b081511aced9b30aae06609/</guid></item><item><title>Shachar Shemesh committed [26627a]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/26627a0c139b5a848f52d61b6403302d98f0d8af/</link><description>Report when IP key has changed (Debian bug #730101)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/26627a0c139b5a848f52d61b6403302d98f0d8af/</guid></item><item><title>Shachar Shemesh committed [053869]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/053869cf422ae18a3fb63d9fbc1a161cc98cc540/</link><description>Update version to 1.07</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/053869cf422ae18a3fb63d9fbc1a161cc98cc540/</guid></item><item><title>Shachar Shemesh committed [34d026]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/34d026858fb5c7b20a8eed12f27ddb9c47e0c0a7/</link><description>Report if can't open -f password file (closes #3)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/34d026858fb5c7b20a8eed12f27ddb9c47e0c0a7/</guid></item><item><title>Shachar Shemesh committed [0db4d9]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/0db4d9ee53e362ef6654232d297e444bf86c9da8/</link><description>Report IPC errors to stderr</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/0db4d9ee53e362ef6654232d297e444bf86c9da8/</guid></item><item><title>Shachar Shemesh committed [9ad927]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/9ad927a3bcef1c17207c79115033ba6a32d4ccbc/</link><description>Update changelog</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/9ad927a3bcef1c17207c79115033ba6a32d4ccbc/</guid></item><item><title>Shachar Shemesh committed [9ad927]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/9ad927a3bcef1c17207c79115033ba6a32d4ccbc/</link><description>Update changelog</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/9ad927a3bcef1c17207c79115033ba6a32d4ccbc/</guid></item><item><title>Shachar Shemesh committed [54f273]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/54f273e6b51f5435f69f8afa4247e630430edb82/</link><description>Remove unneeded log (closes Bug #12)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/54f273e6b51f5435f69f8afa4247e630430edb82/</guid></item><item><title>Shachar Shemesh committed [0f8ede]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/0f8ede6c754457857bc9c8d6edee733d27dd284f/</link><description>Fix race over signal handling.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/0f8ede6c754457857bc9c8d6edee733d27dd284f/</guid></item><item><title>Shachar Shemesh committed [b6836d]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/b6836dfe24f6793075a572dbb43e09210c7535bc/</link><description>Pass terminating signals to child</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/b6836dfe24f6793075a572dbb43e09210c7535bc/</guid></item><item><title>Shachar Shemesh committed [c8160e]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/c8160e5ee1be48e55155bb80474b26a5f658e4e5/</link><description>Update version number to 1.06</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/c8160e5ee1be48e55155bb80474b26a5f658e4e5/</guid></item><item><title>Shachar Shemesh committed [6fdf02]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/6fdf02a7ddd781a916de8ecc7d828aeb139c22ea/</link><description>Update the changelog</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/6fdf02a7ddd781a916de8ecc7d828aeb139c22ea/</guid></item><item><title>Shachar Shemesh committed [86ef40]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/86ef400afeb1c5fc88be83ed303b8d248fe09b82/</link><description>Add verbosity option for debugging why things don't work</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/86ef400afeb1c5fc88be83ed303b8d248fe09b82/</guid></item><item><title>Shachar Shemesh committed [9d9527]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/9d95270106c05e152ab976d8b2e0052acf5844c6/</link><description>Allow changing the default password prompt search string from configure</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/9d95270106c05e152ab976d8b2e0052acf5844c6/</guid></item><item><title>Shachar Shemesh committed [70d8be]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/70d8be270461d81fba9c7cdf60497d6adab0af6b/</link><description>Print the default prompt as part of -V</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/70d8be270461d81fba9c7cdf60497d6adab0af6b/</guid></item><item><title>Shachar Shemesh committed [0c7dda]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/0c7dda71b705c780db3185b4dd7da694488b4831/</link><description>Update version information to 1.05</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/0c7dda71b705c780db3185b4dd7da694488b4831/</guid></item><item><title>Shachar Shemesh committed [0d9e85]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/0d9e85df3d7c8182bc13464bf26eeffb7fcbc0dc/</link><description>Add -P to specify the prompt on the command line</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/0d9e85df3d7c8182bc13464bf26eeffb7fcbc0dc/</guid></item><item><title>Shachar Shemesh committed [c56643]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/c566434f79e3408a0c7cd44b15af6c657539314f/</link><description>Fix typo.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/c566434f79e3408a0c7cd44b15af6c657539314f/</guid></item><item><title>Shachar Shemesh committed [92ddf2]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/92ddf2fbdded001af004357feb61ea9513b98ce6/</link><description>Show help if no program to run was supplied</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/92ddf2fbdded001af004357feb61ea9513b98ce6/</guid></item><item><title>Shachar Shemesh committed [95d516]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/95d516107df6e56fe10e4632ea8f980c2424fee0/</link><description>Change the "select" to "pselect", resolving the race</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/95d516107df6e56fe10e4632ea8f980c2424fee0/</guid></item><item><title>Shachar Shemesh committed [a0d3bf]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/a0d3bfeace256d765c18d5f7a4eb72d8c458d8fb/</link><description>Slightly racy solution to the TTY slave close problem with openssh 5.6</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/a0d3bfeace256d765c18d5f7a4eb72d8c458d8fb/</guid></item><item><title>Shachar Shemesh committed [7e6030]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/7e60307a3d30d1ffd5a53b6bc0e43251f4007aab/</link><description>Update version info to 1.04</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/7e60307a3d30d1ffd5a53b6bc0e43251f4007aab/</guid></item><item><title>Shachar Shemesh committed [4889f7]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/4889f72490a1b1f9f9f80bd6c1069503bc1f926d/</link><description>Hide the password passed on the command line from "ps"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/4889f72490a1b1f9f9f80bd6c1069503bc1f926d/</guid></item><item><title>Shachar Shemesh committed [11ca8f]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/11ca8fb89e44ed2323470562cd0376cf95e561a6/</link><description>Fix 100% CPU usage while session is taking place</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/11ca8fb89e44ed2323470562cd0376cf95e561a6/</guid></item><item><title>Shachar Shemesh committed [6d670b]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/6d670bfe3b4fdc673f20ce08f0620b63ce30123a/</link><description>Fix crash when "-e" is given but SSHPASS environment variable is not set.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/6d670bfe3b4fdc673f20ce08f0620b63ce30123a/</guid></item><item><title>Shachar Shemesh committed [d52ce6]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/d52ce6622e054796edb8ae58a0685140aa295c7f/</link><description>Update documentation for version 1.03</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/d52ce6622e054796edb8ae58a0685140aa295c7f/</guid></item><item><title>Shachar Shemesh committed [96ef3f]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/96ef3f36499b4cab3ce092c33ebb8b39c6a3ddf8/</link><description>Detect host authentication requests.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/96ef3f36499b4cab3ce092c33ebb8b39c6a3ddf8/</guid></item><item><title>Shachar Shemesh committed [135771]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/135771a95d6fda233eab90863db2be57f046c862/</link><description>Sort out the easy error codes (those that do not require further output parsing)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/135771a95d6fda233eab90863db2be57f046c862/</guid></item><item><title>Shachar Shemesh committed [243301]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/2433014709bc89a786e499942927a95ae8861590/</link><description>Expand the help string printed by the program.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/2433014709bc89a786e499942927a95ae8861590/</guid></item><item><title>Shachar Shemesh committed [b4b0c0]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/b4b0c09d9fac742d90330a475de97e2195f276d2/</link><description>Update version info for version 1.02</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/b4b0c09d9fac742d90330a475de97e2195f276d2/</guid></item><item><title>Shachar Shemesh committed [a321cf]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/a321cfea18dc24af5a31255920cdc0cbe4d5dd62/</link><description>Ensure broader compilation support for more platforms (Cygwin)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/a321cfea18dc24af5a31255920cdc0cbe4d5dd62/</guid></item><item><title>Shachar Shemesh committed [6c62ad]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/6c62ad96d0b9401cbe87f0b017b1fda19d515278/</link><description>Switch to more standard "posix_openpt" to get a new pty</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/6c62ad96d0b9401cbe87f0b017b1fda19d515278/</guid></item><item><title>Shachar Shemesh committed [2d0350]</title><link>https://sourceforge.net/p/sshpass/code-git/ci/2d03505cbe780bf72f6b261f09576831ce8ceb2b/</link><description>Various updates to the tests performed by the configure script</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shachar Shemesh</dc:creator><pubDate>Sat, 28 May 2022 08:10:36 -0000</pubDate><guid>https://sourceforge.net/p/sshpass/code-git/ci/2d03505cbe780bf72f6b261f09576831ce8ceb2b/</guid></item></channel></rss>