-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
VScode executes a cat ... | ssh -T <HOST_NAME> sh to connect to the remote machine.
On my machine sh is symlinked to /bin/dash, which when executed as a non-login shell will read no config files.
My solution is to:
- add
PermitUserEnvironment yesto/etc/ssh/sshd_config - create
~/.ssh/environmentwith the defines.
VSCODE_SERVER_CUSTOM_GLIBC_LINKER=/home/dev/.vscode-server/sysroot/lib/ld-linux-x86-64.so.2
VSCODE_SERVER_CUSTOM_GLIBC_PATH=/home/dev/.vscode-server/sysroot/usr/lib:/home/dev/.vscode-server/sysroot/lib
VSCODE_SERVER_PATCHELF_PATH=/home/dev/.vscode-server/sysroot/usr/bin/patchelf
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels