Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jan 17, 2021. It is now read-only.
This repository was archived by the owner on Jan 17, 2021. It is now read-only.
There was an error while loading. Please reload this page.
My remote server needs to use an http_proxy/https_proxy to download packages from internet. Can you add support for this? Usually I would add
export http_proxy=someproxy:portandexport https_proxy=someproxy:portto the beginning of my script.Even better, can we have an option to run some commands (like the
exports above) before sshcode starts executing?