We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0620f16 commit f8adde8Copy full SHA for f8adde8
admin/workspace-management/ssh-access.md
@@ -17,8 +17,9 @@ to remain accessible via SSH without the need for additional image dependencies.
17
18
The built-in SSH server is limited and does not implement advanced functionality
19
like X11 forwarding or `sshd_config` specifications. If SSH is the primary mode
20
-of access to Coder for your users, consider running an entire OpenSSH server
21
-with `systemd` inside your image instead.
+of access to Coder for your users, or if you would like to take advantage of a
+login shell, consider running an entire OpenSSH server with `systemd` inside
22
+your image instead.
23
24
To do so, add the following to your Dockerfile:
25
0 commit comments