diff --git a/ssh/DOCS.md b/ssh/DOCS.md index 2aa0b11d1..dcf586740 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -249,6 +249,16 @@ based on the following: - `MINOR`: Backwards-compatible new features and enhancements. - `PATCH`: Backwards-compatible bugfixes and package updates. +## Visual Studio Code Remote - SSH + +Setting the following parameters as is shown will allow you to connect to +your Home Assistant instance using VSCode Remote - SSH: + +```yaml +allow_remote_port_forwarding: true +allow_tcp_forwarding: true +``` + ## Support Got questions? diff --git a/ssh/Dockerfile b/ssh/Dockerfile index 27e9697c4..407465fae 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -40,10 +40,12 @@ RUN \ colordiff=1.0.20-r0 \ docker-bash-completion=20.10.21-r3 \ docker-zsh-completion=20.10.21-r3 \ + gcompat=1.1.0-r0 \ git=2.38.4-r1 \ htop=3.2.1-r1 \ json-c=0.16-r2 \ libltdl=2.4.7-r1 \ + libstdc++=12.2.1_git20220924-r4 \ libuv=1.44.2-r0 \ libxml2-utils=2.10.3-r1 \ mariadb-client=10.6.12-r0 \