You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2021. It is now read-only.
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:port and export https_proxy=someproxy:port to the beginning of my script.
Even better, can we have an option to run some commands (like the exports above) before sshcode starts executing?