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 has been 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?
The text was updated successfully, but these errors were encountered:
This is similar to #73 ...would downloading it locally and scp'ing it to the server suffice? The only downside I see is that it could be potentially be quite slow depending on your network speed
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
andexport https_proxy=someproxy:port
to the beginning of my script.Even better, can we have an option to run some commands (like the
export
s above) before sshcode starts executing?The text was updated successfully, but these errors were encountered: