hpe-ykoehler
hpe-ykoehler
@chrmarti I would prefer the option of ssh-agent because getting access to the key doesn't get you access to the passphrase to unlock the key which then raises another challenge....
> That should actually work. If SSH_AUTH_SOCK is properly set in your remote machine's shell startup scripts, the Dev Containers extension should prefer that over the local one. Try running...
I have removed the symlink by using ssh-agent -a and no change. ``` if [ ! -S /tmp/yk-ssh_auth_sock ]; then eval $(ssh-agent -a /tmp/yk-ssh_auth_sock) fi ``` still attach to my...
``` [18871 ms] Start: Run: docker inspect --type container 5bbf06ee9b61785eb5ccd1e58e556086a53a497e9054160c6248d01a9906f1d7 [18955 ms] Stop (84 ms): Run: docker inspect --type container 5bbf06ee9b61785eb5ccd1e58e556086a53a497e9054160c6248d01a9906f1d7 [18956 ms] Stop (85 ms): Inspecting container [18959 ms]...
Is there a file I can retrieve? Right now then I do rebuild the log is within a terminal window and history doesn't go back to the beginning. I have...
I found on stack overlow a command syntax to use non-interactive login: ``` $ ssh -f -q -o BatchMode=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null slrubdev-ykoehler22.arubacorp.net echo $SSH_AUTH_SOCK ``` and when I...
One wishes I have is that once devcontainer/cli does it, that vscode stop doing it on its own and relies on the devcontainer/cli tool to do it instead. The idea...
@TheButlah I will see if I can repro your result, I am on Ubuntu and I have attempted many things, without success so far. Also there seem to be 2...
Any chance we could get someone to review / comment to get this in? Nearly a year now...
This PR seems to have a great usability value, yet I am not seeing what is blocking this from getting merge, as an interested parties I would like to know...