wenzelm [Fri, 16 Sep 2022 15:07:33 +0200] rev 76173
clarified default, following 8b695e59db3f;
wenzelm [Fri, 16 Sep 2022 15:05:50 +0200] rev 76172
tuned signature;
wenzelm [Fri, 16 Sep 2022 15:03:08 +0200] rev 76171
tuned;
wenzelm [Fri, 16 Sep 2022 14:57:48 +0200] rev 76170
clarified modules;
wenzelm [Fri, 16 Sep 2022 14:26:42 +0200] rev 76169
discontinued pointless SSH.Target: OpenSSH client can handle user@host directly;
wenzelm [Fri, 16 Sep 2022 14:02:02 +0200] rev 76168
clarified options;
wenzelm [Fri, 16 Sep 2022 12:49:04 +0200] rev 76167
clarified options;
wenzelm [Thu, 15 Sep 2022 21:37:17 +0200] rev 76166
discontinued unclear timeout (stemming from jEdit JSch setup, see 14782d58a503), to make it work with native Windows ssh.exe;
wenzelm [Thu, 15 Sep 2022 21:33:46 +0200] rev 76165
proper time values in seconds;
wenzelm [Thu, 15 Sep 2022 14:03:17 +0200] rev 76164
clarified run_sftp: avoid platform_path via careful use of tmp_dir, to support both Windows and Cygwin ssh;
discontinued run_scp: use run_sftp instead;
wenzelm [Thu, 15 Sep 2022 12:37:49 +0200] rev 76163
more robust, notably for macOS (see also ff92d6edff2c);
wenzelm [Thu, 15 Sep 2022 12:26:51 +0200] rev 76162
back to plain /tmp (despite 1df53737c59b): relevant for ssh on macOS, to avoid error "unix_listener: path too long for Unix domain socket";
wenzelm [Thu, 15 Sep 2022 12:08:35 +0200] rev 76161
tuned names;
wenzelm [Thu, 15 Sep 2022 11:35:47 +0200] rev 76160
proper order of platforms, to make it work uniformly on all plaform families;