src/Pure/General/ssh.scala
Thu, 09 Jan 2020 13:44:16 +0100 wenzelm unused;
Wed, 18 Dec 2019 15:31:49 +0100 wenzelm tuned;
Sat, 08 Dec 2018 21:13:47 +0100 wenzelm clarified operations: uniform sorting of results;
Mon, 03 Dec 2018 14:59:42 +0100 wenzelm static type for Library.using: avoid Java 11 warnings on "Illegal reflective access";
Wed, 14 Nov 2018 20:59:53 +0100 wenzelm more uniform wrt. File.find_files;
Wed, 14 Nov 2018 20:51:14 +0100 wenzelm proper use of stat() vs. lstat() (for symlinks);
Wed, 14 Nov 2018 20:04:39 +0100 wenzelm more uniform find_files, notably for symlinks;
Wed, 14 Nov 2018 16:26:58 +0100 wenzelm is_file/is_dir/read_dir: more uniform treatment of errors and boundary cases, notably for symlinks in ssh;
Tue, 06 Mar 2018 15:57:34 +0100 wenzelm tuned signature;
Tue, 06 Mar 2018 15:51:34 +0100 wenzelm support for permissive connections, for odd situations where host keys are not accepted;
Fri, 02 Mar 2018 18:45:11 +0100 wenzelm support for proxy connection, similar to ProxyCommand in ssh config;
Sun, 24 Dec 2017 12:48:43 +0100 wenzelm more robust connection: prefer ServerAliveCountMax=3 (ssh default) instead of 1 (jsch default);
Mon, 13 Nov 2017 14:39:03 +0100 wenzelm tuned signature;
Mon, 13 Nov 2017 14:31:25 +0100 wenzelm proper ssh.bash_path;
Fri, 27 Oct 2017 11:46:03 +0200 wenzelm tuned;
Thu, 31 Aug 2017 11:42:10 +0200 wenzelm clarified signature;
Thu, 04 May 2017 14:58:19 +0200 wenzelm tuned;
Sat, 29 Apr 2017 20:15:26 +0200 wenzelm ssh_close for proper termination after use of database;
Thu, 27 Apr 2017 15:56:55 +0200 wenzelm clarified treatment of default port;
Thu, 09 Feb 2017 16:06:45 +0100 wenzelm clarified signature;
Thu, 09 Feb 2017 15:40:34 +0100 wenzelm remote database access via ssh port forwarding;
Sat, 22 Oct 2016 19:14:38 +0200 wenzelm support for URL notation;
Thu, 20 Oct 2016 23:39:15 +0200 wenzelm extra trim_line for the sake of Windows;
Thu, 20 Oct 2016 23:05:13 +0200 wenzelm prevent sporadic disconnection;
Tue, 18 Oct 2016 16:11:13 +0200 wenzelm tuned signature, in accordance to Isabelle_System;
Tue, 18 Oct 2016 16:03:30 +0200 wenzelm clarified modules;
Sun, 16 Oct 2016 17:52:25 +0200 wenzelm removed useless operation -- would require bash_process wrapper;
Sun, 16 Oct 2016 17:50:40 +0200 wenzelm tuned signature;
Sun, 16 Oct 2016 17:44:37 +0200 wenzelm simplified SSH.Session: sftp channel is always open and its operations provided by the main interface;
Sun, 16 Oct 2016 16:58:09 +0200 wenzelm sftp.mkdirs according to 2a5dbad75355;
less more (0) -50 -30 tip