offload: Do not read ~/.ssh/config.
Fixes <https://issues.guix.gnu.org/39366>. Reported by zimoun <zimon.toutoune@gmail.com>. * guix/scripts/offload.scm (open-ssh-session): Pass #:config.
This commit is contained in:
		
							parent
							
								
									62ab885daa
								
							
						
					
					
						commit
						861bac1dfb
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -1,5 +1,5 @@ | ||||||
| ;;; GNU Guix --- Functional package management for GNU | ;;; GNU Guix --- Functional package management for GNU | ||||||
| ;;; Copyright © 2014-2021 Ludovic Courtès <ludo@gnu.org> | ;;; Copyright © 2014-2022 Ludovic Courtès <ludo@gnu.org> | ||||||
| ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> | ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> | ||||||
| ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> | ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> | ||||||
| ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> | ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> | ||||||
|  | @ -231,6 +231,9 @@ number of seconds after which the connection times out." | ||||||
|                                ;; stateless instead. |                                ;; stateless instead. | ||||||
|                                #:knownhosts "/dev/null" |                                #:knownhosts "/dev/null" | ||||||
| 
 | 
 | ||||||
|  |                                ;; Likewise for ~/.ssh/config. | ||||||
|  |                                #:config "/dev/null" | ||||||
|  | 
 | ||||||
|                                ;; We need lightweight compression when |                                ;; We need lightweight compression when | ||||||
|                                ;; exchanging full archives. |                                ;; exchanging full archives. | ||||||
|                                #:compression |                                #:compression | ||||||
|  |  | ||||||
		Reference in a new issue