miquella / vaulted

Spawning and storage of secure environments
MIT License
254 stars 30 forks source link

acquire ssh env vars from proxy lib #174

Closed ryan-norton closed 4 years ago

ryan-norton commented 4 years ago

vaulted should not try to know all of the necessary vars for the SSH proxy now that we have shifted the responsibility of this to the ssh-proxy-agent library.

for this reason, we should pull the vars from a central source in that lib instead.

note: this cannot merge until https://github.com/ryan-norton/ssh-proxy-agent/commit/04a1a821e1bca46fd0ab382676dbe625b2e100ec is merged and made available.