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
Changed default recommended SSH port from 22 to 2200 to avoid
conflicts with existing SSH daemons. Added guidance for users
who need to use port 22 instead.
Used Linear MCP server & Claude Code to fetch the ticket details
and implement the changes.
Fixes #ENG-2975
- Or configure your SSH daemon to listen on a different port by modifying `/etc/ssh/sshd_config` and setting `Port 2200` (or another port), then restart sshd
166
+
167
+
Keep in mind that using port 22 requires Pomerium to run with elevated privileges to bind to privileged ports (ports below 1024).
168
+
169
+
:::
159
170
160
171
#### SSH Host Keys Configuration
161
172
@@ -337,7 +348,8 @@ After your first SSH route is configured, the global SSH settings are saved. For
337
348
338
349
**Port configuration issues:**
339
350
340
-
- If using a non-standard port, ensure you're connecting to Pomerium and not the SSH server already running on port 22
351
+
- Pomerium listens on port 2200 by default (not port 22) to avoid conflicts with existing SSH daemons
352
+
- Ensure you're connecting to Pomerium (port 2200 by default) and not directly to the target SSH server (typically port 22)
341
353
- Verify the SSH Address configured in Pomerium Zero matches the port you're connecting to
342
354
- Check that your DNS or hostname resolves to Pomerium, not directly to the target server
0 commit comments