This article has been archived. Please see Coder Docs for the updated version.
By default, Coder enables SSH access for all users. There are no additional dependencies required.
Disable SSH Access
If you would like to disable SSH access, either:
- Run
helm install --set ssh.enable=false
- Add the following to your values override file and run
helm install -f values.yaml
ssh enablefalse
For Cloudflare Users: Cloudflare's proxied mode does not support SSH. If you're using Cloudflare for SSL, add your certificates to your cluster and use the DNS only mode to allow SSH.
Comments
0 comments
Please sign in to leave a comment.