Join our Newsletter — 33% off our NHI Course

How should security teams secure remote logins when employees and vendors are working from home?

Security teams should reduce exposure at the login layer, not just add controls later. Consolidate access through a single sign-on entry point where possible, then require MFA before password entry and use bot resistance such as CAPTCHAs. The goal is to limit public attack surface, make credential attacks harder, and ensure authentication starts with stronger proof than a password alone.

Why remote login security has to start at the front door

Remote login is the easiest place to shrink exposure because it is the first point an attacker can probe at scale. If employees and vendors are authenticating from home, the practical goal is to reduce what is publicly reachable, make automated guessing or stuffing less effective, and avoid treating a password as the primary proof of trust.

That means centralising access through a single sign-on entry point where possible, then hardening the login sequence itself. Requiring MFA before password entry reduces the usefulness of stolen credentials, while bot resistance such as CAPTCHAs can slow mass automation that targets exposed login pages. The control goal is to move from simple credential checks to stronger, layered proof at the edge.

In practice, this is consistent with NCSC UK Advice and Guidance on remote access hardening and with the access control and identification principles reflected in NIST SP 800-53 Rev 5 Security and Privacy Controls.

How to handle employees and vendors without widening the attack surface

Employees and third parties should not be given different logic just because they are remote. The better test is whether each login path is necessary, tightly scoped, and easy to monitor. Vendor access often creates more risk because it is less frequently used, more difficult to supervise, and more likely to persist longer than the business need.

That is why teams should prefer one controlled entry path, avoid direct exposure of internal systems, and limit every remote session to the minimum access required for that role or contract. If a vendor can reach a system directly from the internet, the security team has usually accepted more risk than the business case requires. Remote login design should assume that the credential will be attacked, not that it will remain private forever.

For teams that are trying to tighten privilege and reduce credential abuse, NHIMG’s Ultimate Guide to Non-Human Identities is useful for the broader governance pattern around access reduction, credential visibility, and rotation discipline. The same containment logic also shows up in incident case studies such as the Home Depot Year-Long Token Exposure, where long-lived access material increased downstream risk.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, NIST SP 800-63 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC — Access Control Remote login security depends on controlling who can reach systems and under what conditions.
PR.AA — Identity Management, Authentication, and Access Control The question is about strengthening login proof and authentication flow.
PR.PT — Protective Technology MFA and bot resistance are protective controls at the login edge.
Recommendation — Restrict remote entry paths and enforce least-privilege access for users and vendors. Require stronger authentication before granting remote access. Deploy protective technologies that harden exposed remote login surfaces.
NIST SP 800-63 IAL — Identity Assurance Level Remote login trust depends on assurance in the authentication process.
Recommendation — Set assurance requirements that match the sensitivity of remote access.
CIS Controls v8 6 — Access Control Management Remote logins should be centrally governed and scoped tightly.
5 — Account Management Employees and vendors need distinct account lifecycle control for remote access.
Recommendation — Centralise remote access and remove unnecessary login paths. Review and retire remote accounts promptly when they are no longer needed.

Practitioner Guidance

What to prioritise: Put the login path, not the application layer, under the strongest scrutiny first. If the remote entry point is still a broad, password-only gateway, adding monitoring later will not offset the exposure created at the front door.

  • Prefer a single remote access entry path for users and vendors.
  • Require MFA at the earliest feasible step in the login flow.
  • Use anti-automation controls where public login pages are exposed.
  • Apply tighter session scope and shorter access duration for vendors than for employees unless there is a clear business exception.

What to verify: Confirm that remote login paths are actually consolidated in practice, not just on paper. Check whether any direct vendor access, legacy portals, or bypass routes still exist, because those usually become the weakest point in the design.

Practitioner takeaway: The safest remote-login pattern is the one that makes public access narrow, attributable, and hard to automate, while forcing stronger authentication before any password can be treated as sufficient proof.