-
Notifications
You must be signed in to change notification settings - Fork 215
Option to upload code-server binary #73
Comments
This is interesting, I imagine you would need this for cases where you have your entire machine firewalled except for the ssh port? |
Exactly :)
… 30. apr. 2019 kl. 02:53 skrev Jon Ayers ***@***.***>:
This is interesting, I imagine you would need this for cases where you have your entire machine firewalled except for the ssh port?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
I think people using remote servers without a direct internet connection is a pretty limited usecase. Maybe we could add a |
I think not, a lot of big organisations and certainly government institutions have a lot of in-house servers that never are allowed touching the internet. But a script with scp and no-update would do. |
I need this feature as well. In response to @deansheather comment about limited usefulness: I've worked in the healthcare industry for over 12 years. Security is a key part of the software development lifecycle and IT portion of healthcare. I've worked for a large non-profit health care organization and an academic medical institution, and having open access to the internet is actually quite rare for any system with health care data. It's very common in health care to allow inbound connections such as SSH/RDP, but prevent outbound Internet access to reduce the likelihood of data exfiltration. The other common case for security is that authentication at a web proxy is required to gain some outbound Internet access - which as previously mentioned is feature request #74 |
Seems like I was wrong, maybe this would be a good idea after all. |
I also find this useful for my use cases in finance industry. |
Made a PR that adds a |
The flag has been renamed to |
Add option to upload code-server binary when there is no internet connection on the remote host.
The text was updated successfully, but these errors were encountered: