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