ended3월 18일· 1 sources

SSH has no Host header

SSH에는 Host 헤더가 없다

Why it matters

SSH lacks an HTTP-style Host header, making it impossible to route multiple VMs through a single shared IPv4 address the way HTTPS does. exe.dev solved this by maintaining a pool of IPv4 addresses and assigning each VM a unique IP per owner, then using the {user public key, IP} tuple to identify the target VM. This approach requires bespoke proxy and allocation software but enables uniform domain-based SSH access across many VMs.

1
Sources
+0
24h
Growth
187d
Active
SSHIPv4 sharingHost headerexe.devproxy routing

Sources

Related Issues