aboutsummaryrefslogtreecommitdiff
path: root/guix/ssh.scm
Commit message (Expand)AuthorAge
* ssh: ‘open-ssh-session’ displays the port number upon error.Ludovic Courtès2024-04-04
* ssh: Also print the user when authentication fails.Attila Lendvai2023-08-22
* ssh: Silence remote daemon messages when sending store items.Ludovic Courtès2023-04-19
* ssh: Factor out progress % calculation.Tobias Geerinckx-Rice2023-02-19
* ssh: 'open-ssh-session' gracefully handles connection timeouts.Ludovic Courtès2022-08-10
* ssh: Add #:connection-timeout parameter to 'open-ssh-session'.Ludovic Courtès2022-06-15
* ssh: Fix type that broke offloading.Ludovic Courtès2021-05-11
* ssh: Honor GUIX_DAEMON_SOCKET on the target machine.Ludovic Courtès2021-05-08
* ssh: 'connect-to-remote-daemon' raises a nicer message upon error.Ludovic Courtès2021-05-08
* ssh: Use 'guix repl' instead of 'guile'.Ludovic Courtès2020-12-23
* ssh: Fix progress bar crash when there are zero items to send.Ludovic Courtès2020-09-02
* ssh: Fix regression in 'send-files'.Ludovic Courtès2020-09-02
* ssh: 'send-files' displays a progress bar.Ludovic Courtès2020-08-31
* ssh: Really report Guile setup errors in 'send-files'.Ludovic Courtès2020-08-07
* Use 'formatted-message' instead of '&message' where appropriate.Ludovic Courtès2020-07-25
* utils: Move '&fix-hint' to (guix diagnostics).Ludovic Courtès2020-07-25
* ssh: Speed up RPCs by using #:nodelay.Lars-Dominik Braun2020-07-20
* ssh: 'send-files' reports missing modules on the remote host.Ludovic Courtès2020-03-23
* ssh: Add Kerberos-support to ssh:// daemon URLsLars-Dominik Braun2020-02-20
* ssh: 'open-ssh-session' can be passed the expected host key.Ludovic Courtès2019-12-04
* ssh: Always authenticate the server [security fix].Ludovic Courtès2019-12-04
* ssh: Add 'authenticate-server*' and use it for offloading.Ludovic Courtès2019-12-04
* ssh: Add a longer SSH timeout by default.Ludovic Courtès2019-10-15
* remote, ssh: Show the command exit status upon failure.Ludovic Courtès2019-08-28
* machine: Use 'become-command'.Jakob L. Kreuze2019-08-16
* machine: Automatically authorize the coordinator's signing key.Jakob L. Kreuze2019-08-15
* machine: Allow non-root users to deploy.Jakob L. Kreuze2019-08-15
* remote: Build derivations appropriate for the remote'sJakob L. Kreuze2019-08-14
* ssh: Add 'identity' keyword to 'open-ssh-session'.Jakob L. Kreuze2019-07-06
* ssh: Add missing import.Ludovic Courtès2019-06-10
* store: Rename '&nix-error' to '&store-error'.Ludovic Courtès2019-01-21
* store: Rename <nix-server> to <store-connection>.Ludovic Courtès2019-01-21
* Remove most uses of the _IO*F constants.Ludovic Courtès2019-01-09
* offload: Use (guix inferior) instead of (ssh dist node).Ludovic Courtès2018-12-24
* ssh: Add 'remote-inferior'.Ludovic Courtès2018-12-24
* ssh: Make 'send-files' more robust.Ludovic Courtès2018-11-24
* ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.Maxim Cournoyer2018-11-05
* ssh: Display the size of the store items being sent.Ludovic Courtès2018-07-29
* ssh: Work around 'select' bug in Guile.Ludovic Courtès2018-02-09
* ssh: Switch back to 'get-bytevector-some'.Ludovic Courtès2018-01-12
* offload: 'test' reports Guile and module errors more nicely.Ludovic Courtès2018-01-12
* ssh: 'retrieve-files' now only retrieves what's missing.Ludovic Courtès2018-01-12
* offload: Fix regression in file retrieval.Ludovic Courtès2018-01-12
* ssh: Pass an empty "exceptfds" set to 'select'.Ludovic Courtès2018-01-11
* ssh: Work around 'get-bytevector-some' bug.Ludovic Courtès2018-01-11
* ssh: Improve error reporting when retrieving files.Ludovic Courtès2018-01-07
* ssh: Use (guix i18n).Ludovic Courtès2017-11-19
* ssh: Improve error reporting when 'send-files' fails.Ludovic Courtès2017-06-04
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* ssh: Decompose 'connect-to-remote-daemon'.Ludovic Courtès2017-04-21