Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Sandbox/BYOC git helper hard-disables SSH when GIT_ALLOW_PROTOCOL=none

Git subprocesses now fully block SSH when GIT_ALLOW_PROTOCOL is set to 'none', closing a bypass

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSandboxwhat it touches
KindImprovementsin v2.1.275,
You'll notice

Git subprocesses now fully block SSH when GIT_ALLOW_PROTOCOL is set to 'none', closing a bypass

What

When Claude Code's sandbox or BYOC (bring-your-own-cloud) git helper sets GIT_ALLOW_PROTOCOL to "none" to disable git network protocols, it now also adds extra git arguments and forces GIT_SSH_COMMAND to "false".

Why

Previously, setting GIT_ALLOW_PROTOCOL to "none" didn't fully stop git from still reaching out over SSH, leaving an apparent bypass of the protocol restriction. This closes that gap so disabling git protocols actually blocks SSH access too.

See this entry in the whole of v2.1.275 →

Feedback