--enable-ssh-keys
--no-auth
flag--allow-local-bypass
flag enables a special authentication mode that allows localhost connections to bypass normal authentication requirements.
X-VibeTunnel-Local
headerweb/src/server/middleware/auth.ts:24-48
)
req.ip
and req.socket.remoteAddress
X-Forwarded-For
, X-Real-IP
, X-Forwarded-Host
)X-VibeTunnel-Local
header to match configured token--bind 127.0.0.1
to restrict to localhost only--allow-local-bypass
for local-only access--enable-ssh-keys
--disallow-user-password