You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Open an SSH session to a container in Azure App Service
15
15
16
-
[Secure Shell (SSH)](https://wikipedia.org/wiki/Secure_Shell) can be used to execute administrative commands remotely to a container. App Service provides SSH support directly into an app hosted in a container (built-in or custom).
16
+
::: zone pivot="container-windows"
17
17
18
-
- The built-in, stack-specific Linux containers already have the necessary configuration to enable SSH sessions.
19
-
- Windows custom containers don't require any special settings for the [browser SSH session](#open-ssh-session-in-browser) to work. It doesn't support SSH sessions through Azure CLI.
20
-
- Linux custom containers require additional configurations to enable SSH sessions. See [Enable SSH](configure-custom-container.md&pivots=container-linux#enable-ssh).
18
+
[Secure Shell (SSH)](https://wikipedia.org/wiki/Secure_Shell) can be used to execute administrative commands remotely to a container. App Service provides SSH support directly into an app hosted in a Windows custom container.
19
+
20
+
Windows custom containers don't require any special settings for the [browser SSH session](#open-ssh-session-in-browser) to work. SSH sessions through Azure CLI are not supported.
21
21
22
22

23
23
24
+
::: zone-end
25
+
24
26
::: zone pivot="container-linux"
25
27
28
+
[Secure Shell (SSH)](https://wikipedia.org/wiki/Secure_Shell) can be used to execute administrative commands remotely to a container. App Service provides SSH support directly into an app hosted in a Linux container (built-in or custom).
29
+
30
+
The built-in Linux containers already have the necessary configuration to enable SSH sessions. Linux custom containers require additional configurations to enable SSH sessions. See [Enable SSH](configure-custom-container.md?pivots=container-linux#enable-ssh).
31
+
32
+

33
+
26
34
You can also connect to the container directly from your local development machine using SSH and SFTP.
Copy file name to clipboardExpand all lines: includes/app-service-web-ssh-connect-builtin-no-h.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,4 @@ ms.custom: "include file"
16
16
> Any changes you make outside the */home* directory are stored in the container itself and don't persist beyond an app restart.
17
17
>
18
18
19
-
To open a remote SSH session from your local machine, see [Open SSH session from remote shell](../articles/app-service/configure-linux-open-ssh-session.md#open-ssh-session-from-remote-shell).
19
+
To open a remote SSH session from your local machine, see [Open SSH session from remote shell](../articles/app-service/configure-linux-open-ssh-session.md#open-ssh-session-with-azure-cli).
0 commit comments