Jack Hill writes:
> Hi Guix,
>
> If I temporarily disable the need to use a proxy host and remove the
> ProxyJump line from my ssh config, then it works as expected:
>
> ```
> $ guix build --no-substitutes okular
> The following derivation will be built:
>/gnu/store/gcbhh3rbpmcr4p4rdvsj9cw48
Hi Guix,
I'm tryng to set up offloading to a remote machine on a different network.
The preffered way to access machines on the remote network is via
openssh's ProxyJump option (as I understand it, this does some automated
port forwarding to access the eventual remote host via the proxy host).