Home / Companies / Twingate / Blog / August 2026

August 2026 Summaries

5 posts from Twingate

Filter
Month: Year:
Post Summaries Back to Blog
Long-lived SSH private keys stored in CI/CD variables create persistent security risks because compromised runners, workflow steps, dependencies, or administrators can expose credentials that are difficult to rotate and provide limited attribution. Citing incidents involving CI/CD runners and reports on widespread, long-lasting secret exposure, the piece argues that SSH deployments have not adopted the short-lived OIDC federation model increasingly used for cloud APIs. It proposes keyless, brokered SSH access in which a pipeline authenticates through an identity provider, receives narrowly scoped temporary access for a particular job and target, and leaves no reusable private key on the runner. Twingate Privileged Access for SSH is presented as one implementation, using service accounts, policy-controlled resources, outbound connectors, encrypted tunnels, session logging, and per-session verification to limit exposure and avoid publicly accessible SSH ports. The recommended approach is to inventory existing deployment keys, treat unrotated keys as potentially compromised, migrate a high-risk deployment path to brokered access, then remove stored keys and associated authorized_keys entries.
Aug 11, 2026 1,562 words in the original blog post.
Static SSH keys are portrayed as a growing enterprise security liability because they often lack expiration, centralized inventory, automatic revocation, MFA, and identity-linked auditing, leaving organizations with thousands of potentially privileged orphaned credentials after employees, services, or roles change. Citing research suggesting widespread gaps in SSH-key inventories and the prevalence of malware-free credential-based attacks, the discussion argues that a stolen or forgotten key can enable unnoticed access and lateral movement across many servers. It proposes replacing the static-key model with identity-brokered SSH access, where users authenticate through an existing identity provider and a gateway verifies identity, device posture, and policy for each session without placing long-lived credentials on devices or servers. Twingate Privileged Access for SSH is presented as an implementation of this approach, using clients, controllers, connectors, and a Layer 7 gateway to proxy and record authorized sessions while avoiding inbound server ports and shared jump-box access. The approach is said to simplify offboarding, strengthen centralized auditing, and support separate policies for emergency access and automation, while recognizing that SSH certificates improve on static keys but still require credential and certificate management.
Aug 10, 2026 1,382 words in the original blog post.
Bastion hosts, traditionally used as hardened gateways for administrative access, can become high-value single points of failure in modern distributed environments, where remote workers, multicloud infrastructure, and varied management protocols complicate their operation. The text cites Microsoft’s 2025 critical Azure Bastion vulnerability as an example of how compromise of such a gateway can expose every reachable backend system, while also highlighting common issues including delayed patching, credential theft, weak identity attribution, difficult high availability, and excessive logging noise. It argues that a zero-trust approach should eliminate publicly accessible SSH endpoints, authenticate sessions to individual users through an identity provider, and enforce narrowly scoped, session-level policies rather than broad network access. Twingate Privileged Access for SSH is presented as an alternative architecture in which a client, outbound-only connector, controller integrated with an existing identity provider, and SSH session gateway provide authenticated, logged access without a public bastion or exposed SSH port. The proposed migration involves gradually routing hosts and users through the new access model, validating policies and logging, then retiring the bastion, while acknowledging that organizations exchange reliance on a bastion host for dependence on Twingate’s connector and controller infrastructure.
Aug 10, 2026 1,701 words in the original blog post.
Ollama has no built-in authentication, so configuring it to listen on all network interfaces and forwarding port 11434 can expose an unrestricted inference API that allows outsiders to list, pull, delete, and run models, while also increasing exposure to known and future vulnerabilities. The walkthrough recommends keeping Ollama bound to 127.0.0.1:11434 and running Open WebUI on 127.0.0.1:3000, then using a Twingate Connector on the same host to provide outbound-only, identity-based remote access without opening inbound firewall ports. Users create private Twingate resources for the WebUI and Ollama endpoints, apply security policies through an identity provider, and connect from approved devices through encrypted tunnels. This approach is presented as reducing discoverability, limiting access by user or group, preventing direct internet access to Ollama, and offering a more controlled alternative to port forwarding or publicly exposed reverse proxies.
Aug 08, 2026 1,893 words in the original blog post.
Hybrid homelabs often combine a home server with a public VPS, but connecting them through traditional WireGuard site-to-site tunnels can require manual key management, routing, DDNS, firewall configuration, and workarounds for dynamic IP addresses or CGNAT. The proposed alternative is to run a Twingate Connector at each site and define individual services as DNS-addressable Resources, allowing authorized users or systems to access home and VPS services by name without inbound ports, port forwarding, or a persistent network-level tunnel. Connectors create outbound connections to Twingate’s control infrastructure, while clients receive authenticated, encrypted, policy-controlled access to specific Resources, including for VPS-to-home service communication through headless clients. This approach simplifies hybrid networking and can scale from personal homelabs to offices and cloud environments, though it introduces reliance on Twingate’s SaaS control plane and a five-user limit on its free tier.
Aug 03, 2026 1,602 words in the original blog post.