[BUG] Session disconnects and requires re-login every ~30 minutes during long conversations
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
When running Claude Code via SSH on a remote machine, session disconnects and requires re-login every ~30 minutes. Does not happen on the local machine.
What Should Happen?
Session should persist for the duration of an active working session without requiring re-authentication. Re-login should only be needed after extended inactivity or explicit logout.
Error Messages/Logs
Steps to Reproduce
Steps to reproduce:
- SSH into a second machine (ssh user@host)
- Start Claude Code on the remote machine
- Work actively for ~30 minutes
- Session expires, prompted to re-login
- Repeats every ~30 minutes
Claude Model
Not sure / Multiple models
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.132
Platform
Other
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
Additional context:
- Only happens over SSH — local machine sessions persist normally
- Likely related to SSH session environment: missing token refresh mechanism, TTY differences, or environment variables not propagating correctly over SSH
- Auth method: Claude.ai login (not API key)
- Remote OS: macOS 25.2.0
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗