src/Pure/General/ssh.scala
Tue, 13 Sep 2022 22:36:41 +0200 wenzelm more robust adhoc shell script: work with Isabelle_System.export_isabelle_identifier;
Tue, 13 Sep 2022 11:56:38 +0200 wenzelm let rsync re-use ssh connection via control path;
Tue, 13 Sep 2022 10:14:44 +0200 wenzelm tuned signature;
Tue, 13 Sep 2022 10:11:53 +0200 wenzelm proper port for Mercurial;
Tue, 13 Sep 2022 09:59:08 +0200 wenzelm clarified default: do not override port from ssh_config, which could be different from 22;
Tue, 13 Sep 2022 09:45:02 +0200 wenzelm proper Scala expression;
Tue, 13 Sep 2022 09:24:31 +0200 wenzelm tuned;
Mon, 12 Sep 2022 23:24:50 +0200 wenzelm clarified error;
Mon, 12 Sep 2022 23:03:57 +0200 wenzelm removed remains of proxy_host management: delegated to .ssh/config;
Mon, 12 Sep 2022 22:52:15 +0200 wenzelm ssh client via regular OpenSSH tools, with authentic use of .ssh/config (notably proxy configuration);
Sun, 11 Sep 2022 23:50:36 +0200 wenzelm unused;
Sun, 11 Sep 2022 23:48:17 +0200 wenzelm clarified operation: avoid perl;
Sun, 11 Sep 2022 23:37:05 +0200 wenzelm discontinued unused operations;
Sun, 11 Sep 2022 23:27:20 +0200 wenzelm clarified signature: avoid exposure of JSch types;
Sun, 11 Sep 2022 22:51:54 +0200 wenzelm clarified signature: discontinue somewhat pointless SSH.Context;
Fri, 09 Sep 2022 20:48:18 +0200 wenzelm unused;
Fri, 10 Jun 2022 13:48:37 +0200 wenzelm tuned;
Thu, 09 Jun 2022 21:28:15 +0200 wenzelm tuned;
Thu, 09 Jun 2022 00:10:18 +0200 wenzelm proper make_port for regular situation;
Thu, 09 Jun 2022 00:01:34 +0200 wenzelm clarified types -- proper default_port via make_port;
Wed, 08 Jun 2022 23:49:54 +0200 wenzelm proper nominal_port, notably for port forwarding;
Mon, 06 Jun 2022 19:17:53 +0200 wenzelm proper operation on String, not Path;
Sun, 05 Jun 2022 20:14:32 +0200 wenzelm clarified signature: more operations;
Tue, 31 May 2022 13:29:47 +0200 wenzelm more operations;
Sun, 29 May 2022 21:32:28 +0200 wenzelm more robust: local repository required;
Sun, 29 May 2022 13:13:45 +0200 wenzelm support for "isabelle hg_sync";
Sat, 28 May 2022 22:33:04 +0200 wenzelm tuned signature;
Fri, 01 Apr 2022 23:19:12 +0200 wenzelm tuned formatting;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Mon, 13 Sep 2021 11:52:32 +0200 wenzelm clarified signature;
Mon, 26 Jul 2021 13:04:55 +0200 wenzelm clarified signature;
Wed, 30 Jun 2021 22:14:27 +0200 wenzelm tuned imports;
Wed, 30 Jun 2021 11:35:07 +0200 wenzelm clarified signature: prefer Java interfaces;
Sun, 16 May 2021 13:34:27 +0200 wenzelm tuned signature --- following hints by IntelliJ IDEA;
Thu, 06 May 2021 20:43:12 +0200 wenzelm support local build_heaps;
Thu, 04 Mar 2021 21:04:27 +0100 wenzelm clarified signature --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Mon, 05 Oct 2020 22:07:25 +0200 wenzelm clarified signature;
Mon, 05 Oct 2020 21:15:58 +0200 wenzelm clarified signature;
Tue, 29 Sep 2020 20:00:59 +0200 wenzelm clarified signature;
Tue, 29 Sep 2020 19:49:25 +0200 wenzelm formal platform information, notably for ssh;
Wed, 22 Apr 2020 13:45:02 +0200 wenzelm more informative error;
Sat, 04 Apr 2020 18:13:05 +0200 wenzelm clarified signature;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
Thu, 19 Mar 2020 11:27:54 +0100 wenzelm support actual_host for lrzcloud2: the proxy_host/sshd cannot resolve invented hostname (amending 1d8b6c2253e6);
Wed, 18 Mar 2020 22:10:29 +0100 wenzelm clarified output;
Sat, 14 Mar 2020 13:44:52 +0100 wenzelm more robust hg_url;
Wed, 15 Jan 2020 19:54:50 +0100 wenzelm misc tuning, following hint by IntelliJ;
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;
Sat, 15 Oct 2016 21:37:19 +0200 wenzelm clarified signature: more static types;
Sat, 15 Oct 2016 19:08:32 +0200 wenzelm expand relatively to given environment, notably remote HOME;
Sat, 15 Oct 2016 16:35:18 +0200 wenzelm tuned signature;
Sat, 15 Oct 2016 14:15:29 +0200 wenzelm clarified signature;
Thu, 13 Oct 2016 15:41:30 +0200 wenzelm tuned;
Thu, 13 Oct 2016 15:37:31 +0200 wenzelm provide USER_HOME, such that symbolic Path.explode("~") can be used remotely;
Thu, 13 Oct 2016 11:43:40 +0200 wenzelm tuned;
Wed, 12 Oct 2016 15:04:32 +0200 wenzelm tuned signature;
Tue, 11 Oct 2016 10:43:27 +0200 wenzelm proper type for Library.using;
Tue, 11 Oct 2016 10:21:32 +0200 wenzelm support user@host syntax;
Tue, 11 Oct 2016 09:32:56 +0200 wenzelm support for remote tmp dirs;
Mon, 10 Oct 2016 22:20:00 +0200 wenzelm close more thoroughly;
Mon, 10 Oct 2016 21:52:55 +0200 wenzelm provide execute operation, similar to Isabelle_System.bash;
Mon, 10 Oct 2016 21:44:54 +0200 wenzelm proper support for exec channel (see also bash.scala);
Mon, 10 Oct 2016 18:10:03 +0200 wenzelm proper hierarchic names;
Mon, 10 Oct 2016 16:04:57 +0200 wenzelm more Sftp operations;
Mon, 10 Oct 2016 14:45:32 +0200 wenzelm more specific channels;
Mon, 10 Oct 2016 11:48:24 +0200 wenzelm clarified treatment of options;
Mon, 10 Oct 2016 11:11:38 +0200 wenzelm support for remote command execution;
Mon, 10 Oct 2016 10:42:14 +0200 wenzelm tuned;
Mon, 10 Oct 2016 10:41:04 +0200 wenzelm more generous timeout default (see also jEdit/FTP);
Mon, 10 Oct 2016 10:33:52 +0200 wenzelm connect session by default;
Mon, 10 Oct 2016 10:25:59 +0200 wenzelm clarified (hardwired!) default (see also jEdit/FTP);
Mon, 10 Oct 2016 09:57:56 +0200 wenzelm tuned comment;
Sun, 09 Oct 2016 23:08:40 +0200 wenzelm support for SSH in Isabelle/Scala;
less more (0) tip