Replies: 2 comments 1 reply
-
The closest existing (and most secure) solution I can think of is to do
SSH forwarding from the client.
I don't know of anything that mounts browser storage to a remote file
system although it sounds like a really cool idea.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hm... using SSH is not a best way for iPads or probably even Androids... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all thanks for such a wonderful project allowing to use VS Code literally everywhere!
I'm wondering how I can utilise it for some private projects as long as keeping private keys and tokens private, here's the use case I have:
I'm going to use coder-server behind nginx with Google OAuth2 authentication at the same time I have third-party SSH server powered by Phabricator requiring it's own PHP-based CLI with authentication by token and SSH key to access git(+ssh).
So In my imagine it should be possible to store encrypted SSH key file and arcanist (that's how that PHP-based CLI is called) configuration with token in browser's web storage and decrypt them upon request (with FUSE-based filesystem for instance).
The main goal here is not to store any authentication and private data (expect git repositories) on the system which hosts coder-server.
It looks like it will require the following components to develop:
Could you please provide some feedback about the whole idea or probably provide any solution if it's know for such case?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions