Skip to content

Commit f8adde8

Browse files
author
Katie Horne
authored
clarify SSH usage (coder#695)
1 parent 0620f16 commit f8adde8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

admin/workspace-management/ssh-access.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ to remain accessible via SSH without the need for additional image dependencies.
1717

1818
The built-in SSH server is limited and does not implement advanced functionality
1919
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.
20+
of access to Coder for your users, or if you would like to take advantage of a
21+
login shell, consider running an entire OpenSSH server with `systemd` inside
22+
your image instead.
2223

2324
To do so, add the following to your Dockerfile:
2425

0 commit comments

Comments
 (0)