summaryrefslogtreecommitdiff
path: root/guix/ssh.scm
AgeCommit message (Expand)Author
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 URLs...Lars-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's...Jakob 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
2017-04-21ssh: Move 'open-ssh-session' to (guix ssh)....Ludovic Courtès
2016-12-31ssh: 'retrieve-files' detects remote export failures....Ludovic Courtès
2016-12-31ssh: 'send-files' returns the list of items sent....Ludovic Courtès
2016-12-31ssh: Allow transfers of complete closures....Ludovic Courtès
2016-12-31Add (guix ssh) module....Ludovic Courtès