When using VSCODE 1.43 w/ remote-ssh I am unable to access a RHEL7 server and get the following error message:
[12:52:12.322] > Warning: no access to tty (Bad file descriptor).
> Thus no job control in this shell.
[12:52:12.562] stderr> stty: standard input: Inappropriate ioctl for device
[12:52:12.564] stderr> stty: standard input: Inappropriate ioctl for device
[12:52:12.590] stderr> stty: standard input: Inappropriate ioctl for device```
A comment from the thread Colby linked states that a good general workaround for this issues is to set the remote.SSH.useLocalServer
setting to false
. This way lets you use the most recent version of the remote-ssh extension.
https://github.com/microsoft/vscode-remote-release/issues/2527#issuecomment-599712180