Secure remote access must guarantee three things simultaneously: verified identity, confirmed device posture, and least-privilege application access. Without all three, you have a tunnel, not a security control. NIST SP 800-46r2 treats external networks as untrusted by default, and CISA’s guidance pushes organizations toward Zero Trust and service-based models like SSE/SASE to close the gaps that traditional VPN leaves open. Rivell’s managed implementations start from exactly that baseline.
The three non-negotiable guarantees:
- Identity verification — every session authenticated through MFA, ideally phishing-resistant (FIDO2/WebAuthn), tied to a centralized IAM
- Device posture enforcement — managed or assessed devices only; unmanaged endpoints blocked at the policy layer before a session starts
- Least-privilege access — users reach specific applications, not the whole network; privileged sessions recorded and time-limited
Key Takeaways
Zero Trust architecture with per-application ZTNA, phishing-resistant MFA, and continuous device posture enforcement is the current standard for secure remote access, supported by CISA and NIST guidance.
| Point | Details |
|---|---|
| MFA on every entry point | Enable MFA across all VPN, ZTNA, RDP, and cloud console access; phishing-resistant options are the strongest choice. |
| ZTNA over VPN for new deployments | ZTNA limits blast radius to one application per session; VPN grants broad network access that enables lateral movement. |
| Device posture before access | Require MDM enrollment and EDR presence as posture conditions; block unmanaged endpoints from reaching production systems. |
| Log and record privileged sessions | Every admin and vendor session needs a full audit trail; session recordings are required evidence for HIPAA, SOC 2, and FedRAMP. |
| Rivell for managed implementation | Rivell provides discovery, IAM/MFA deployment, ZTNA rollout, and 24/7 monitoring as a managed service for New Jersey businesses. |
Table of Contents
- What does secure remote access actually cover?
- Why remote access is a prime target for attackers
- What technologies and controls actually enable secure remote access?
- VPN vs. ZTNA vs. SASE: which architecture fits your situation?
- Operational best practices every team should implement
- How to deploy secure remote access: a step-by-step checklist
- How to monitor, audit, and meet compliance requirements
- Common configuration mistakes and warning signs to watch for
- How Rivell implements secure remote access for managed clients
- The case for Zero Trust first, not Zero Trust eventually
- Rivell covers the gaps that remote access migrations expose
- Sources
What does secure remote access actually cover?
Secure remote access is the set of technologies, policies, and controls that let authorized users connect to organizational resources from outside the corporate perimeter, without exposing those resources to untrusted networks. Per NIST SP 800-46r2, the scope covers four distinct architectures:
- Tunneling/VPN — encrypted tunnel from client to a concentrator; grants network-level access
- Portal/SSL VPN — browser-based access to specific apps via a reverse proxy
- Direct application access — ZTNA brokers a connection to a named application without exposing the underlying network
- Remote desktop/VDI — user controls a remote session on a managed endpoint or virtual desktop
The user population is broader than most teams initially plan for. It includes:
- Employees on corporate laptops working from home or traveling
- Contractors and vendors needing scoped access to specific systems (often the highest-risk group)
- Privileged admins managing servers, firewalls, or cloud consoles
- Service desk and MSP technicians using remote monitoring and management (RMM) tools
- OT/ICS support personnel accessing industrial control systems remotely
What this guide does not cover: specific vendor product selection, physical access control, or site-to-site WAN connectivity. The focus is user-initiated remote sessions and the controls that make them safe.
Why remote access is a prime target for attackers
Remote access sits at the intersection of necessity and exposure. Organizations cannot function without it, and attackers know that. The threat surface is wide, and the attack patterns are well-documented.
The main risks:
- Credential theft and phishing — stolen passwords against VPN portals are among the most common initial access vectors; MFA fatigue attacks exploit push-based authentication
- Lateral movement after VPN compromise — a traditional VPN grants network-level access, so one compromised credential can reach dozens of systems
- Abused RMM tools — legitimate remote management software like ConnectWise, AnyDesk, or TeamViewer can be installed by attackers and blend into normal traffic
- Exposed admin ports — RDP on port 3389 and SSH on port 22 left internet-facing are scanned and brute-forced continuously
- Insecure BYOD and home networks — personal devices without EDR or disk encryption, connected through consumer routers with default credentials
The CISA Guide to Securing Remote Access Software explicitly documents that remote access tools can blend into normal activity and be abused by threat actors, recommending MFA across all customer-facing services, reduced-privilege RMM configurations, and network segmentation as core mitigations. The same guidance stresses keeping remote access servers fully patched, because unpatched VPN appliances are a reliable entry point.
Pro Tip: Establish a behavioral baseline for every remote access tool in your environment. Log which accounts use which tools, at what hours, from which geographies. Anomaly detection only works if you know what normal looks like. Pair EDR telemetry with SIEM correlation rules that flag new RMM installations or sessions outside baseline hours.
CISA also emphasizes inventorying all remote access software and monitoring for unauthorized instances. An RMM agent that nobody in IT installed is an incident, not a configuration drift.
What technologies and controls actually enable secure remote access?
The technology stack for remote access security is not a single product. It is a layered set of controls that reinforce each other. Here is the practical inventory:
Identity and access management (IAM) and SSO — the policy engine that defines who can access what. Centralizing authentication through a platform like Microsoft Entra ID or Okta means every remote session flows through consistent conditional access policies. Pair with cloud IAM solutions to enforce context-aware decisions at scale.
Multi-factor authentication (MFA) — the single highest-return control for remote access. Phishing-resistant options (FIDO2 hardware keys, passkeys) are the gold standard; TOTP apps are acceptable; SMS is a last resort. Cisco Duo is widely deployed for its conditional access and device trust integrations.
Endpoint detection and response (EDR) — continuous monitoring of endpoint behavior. EDR catches post-exploitation activity that perimeter controls miss. See endpoint protection guidance for deployment specifics.
Endpoint management and patching — MDM/UEM platforms (Microsoft Intune, Jamf) enforce configuration baselines, disk encryption, and patch currency. Cloud-based endpoint management makes this tractable for distributed workforces.
Network access control (NAC) — posture checks before granting network access. NAC queries device health (patch level, AV status, disk encryption) and can quarantine non-compliant endpoints to a remediation VLAN.
VPN (tunneling) — encrypts traffic between client and concentrator. Still valid for legacy app access and site-to-site connectivity, but grants broad network access by default.
ZTNA (Zero Trust Network Access) — per-application access brokered by an identity-aware proxy. Cisco Duo’s analysis confirms ZTNA provides continuous device posture checks during sessions, while VPNs typically assess posture only at connection time. Zscaler Private Access is a widely deployed cloud-delivered ZTNA service.
SASE/SSE — Secure Access Service Edge bundles ZTNA, SWG, CASB, and FWaaS into a cloud-delivered service. Enforcement moves to a point-of-presence near the user rather than backhauling traffic to a data center.
VDI and remote desktop gateways — users access a virtual desktop or published application; no data leaves the data center. Microsoft Remote Desktop Gateway and Citrix Virtual Apps are common implementations. Requires strong gateway hardening and session recording.
Encryption — TLS 1.2 minimum (TLS 1.3 preferred) for in-transit data; AES-256 for at-rest storage on endpoints. The FTC recommends WPA2/WPA3 on home routers as a baseline for securing remote connections.
Session recording and JIT privileged access — for vendor and admin sessions, tools like BeyondTrust Privileged Remote Access provide just-in-time credential injection, session recording, and keystroke logging. This is the control that separates a mature privileged access program from a basic VPN.
These controls interact in a specific way: ZTNA calls IAM for identity context, checks device posture via MDM/NAC, and only then brokers the application connection. MFA sits at the IAM layer and fires on every new session. EDR runs continuously on the endpoint and feeds telemetry to the SIEM regardless of which access method is in use.
VPN vs. ZTNA vs. SASE: which architecture fits your situation?
The honest answer is that most organizations will run all three for a period. The question is which direction you are moving and how fast.
| Dimension | Traditional VPN | ZTNA | SASE/SSE |
|---|---|---|---|
| Security model | Network-level perimeter; trust after authentication | Identity and context per session; continuous verification | Cloud-delivered Zero Trust; policy enforced at PoP |
| Access granularity | Broad network access; microsegmentation requires additional overlay | Per-application; microsegmentation native | Per-application; policy unified across SWG, CASB, ZTNA |
| Performance/latency | Backhaul to data center; degrades for cloud/SaaS users | Client-proximal enforcement; avoids backhaul | PoP near user; lowest latency for cloud-heavy workloads |
| Scalability/management | Concentrator capacity limits; complex split tunneling | Scales with cloud broker; simpler policy model | Fully cloud-scaled; single policy plane |
| Privileged access support | Requires separate PAM overlay | Integrates with PAM; supports JIT and session recording | Varies by vendor; typically requires PAM integration |
| Deployment model | On-premises or hosted concentrator | Cloud-delivered or on-premises broker | Cloud-delivered only |
| IAM/MFA/NAC integration | Varies; often bolted on | Native; identity is the control plane | Native; unified identity and security policy |
Verizon’s ZTNA analysis makes the performance case clearly: SASE and ZTNA avoid backhauling cloud and SaaS traffic to a central concentrator, which is where VPN latency compounds for hybrid workers. CISA’s modern approaches guidance goes further, recommending organizations move security enforcement closer to users and reduce dependence on traditional VPN backhaul.
When to keep VPN:
- Legacy on-premises applications that cannot be proxied through a ZTNA broker
- Site-to-site connectivity between data centers or branch offices
- Small environments where the operational overhead of ZTNA migration outweighs the security gain in the near term
When to adopt ZTNA:
- Hybrid workforce with significant cloud/SaaS usage
- Contractor and vendor access that needs scoped, audited, time-limited sessions
- Organizations that have experienced a VPN-related breach or lateral movement incident
When to move to SASE:
- Cloud-first or cloud-heavy environments where most applications are SaaS
- Organizations that want to consolidate SWG, CASB, and ZTNA under a single policy plane
- Enterprises with distributed branch offices that currently backhaul internet traffic
Pro Tip: Run VPN and ZTNA concurrently during migration. Migrate the top ten applications to ZTNA first, validate user experience and policy enforcement, then expand. Legacy applications that cannot be proxied stay on VPN until they are replaced or wrapped with an application proxy. Never decommission VPN until every application has a tested ZTNA path. For a practical breakdown of the migration decision, this VPN vs. Zero Trust analysis covers the tradeoffs in detail.
Operational best practices every team should implement
The controls below are not aspirational. They are the baseline that CISA, NIST, and the FTC converge on for any organization with remote workers.
- Enable MFA on every remote entry point — VPN, ZTNA broker, remote desktop gateway, cloud console, and privileged access workstation. No exceptions for service accounts or break-glass accounts without compensating controls.
- Enforce least privilege — users access specific applications, not network ranges. Privileged admins get JIT elevation with automatic expiry. Contractors get scoped, time-limited sessions.
- Centralize IAM and SSO — every remote session flows through a single identity provider. Conditional access policies enforce MFA, device compliance, and location context before granting access.
- Require managed devices for privileged access — unmanaged endpoints must not reach admin interfaces. MDM enrollment and EDR presence should be posture requirements in your NAC or ZTNA policy.
- Patch remote access infrastructure first — VPN appliances, RDP gateways, and RMM servers are the most targeted systems in your environment. Treat them as Tier 0 assets with accelerated patch SLAs.
- Enable full disk encryption — FileVault on macOS, BitLocker on Windows, enforced via MDM policy. A stolen laptop with encrypted storage is an inconvenience, not a breach.
- Segment the network — remote users should land in a VLAN or micro-segment appropriate to their role. Lateral movement from a compromised remote session should hit a wall, not a flat network.
- Log and record privileged sessions — every admin and vendor session should generate a full audit trail: keystroke logs, screen recordings, and session metadata. BeyondTrust and similar PAM platforms handle this natively.
- Conduct quarterly access reviews — stale accounts, over-provisioned roles, and orphaned vendor credentials are common findings. Automate where possible; require manager attestation for privileged roles.
- Document all remote access paths — every VPN profile, ZTNA policy, RMM agent, and remote desktop rule should be in a living inventory. Undocumented access paths are the ones attackers find first.
For MSPs and managed service providers specifically, the CISA guide recommends reduced-privilege RMM configurations, separate customer segmentation, MFA on all MSP accounts, and full audit trails. An MSP with a single RMM credential that reaches all customer environments is a single point of catastrophic failure.
Conditional access policies deserve a specific note. A policy that requires MFA only on the first login of the day is weaker than one that re-evaluates on every new application access or when device posture changes. Build policies that trigger re-authentication on risk signals: new location, new device, or elevated privilege request.
How to deploy secure remote access: a step-by-step checklist
A phased approach reduces risk and gives you rollback options at each stage. The timeline estimates below assume a mid-sized organization (100–500 users); smaller environments move faster.
Discovery and asset inventory (Weeks 1–2, Owner: IT Director/CISO) — enumerate every remote access path: VPN profiles, RMM agents, cloud console access, remote desktop rules, and third-party vendor connections. Document the applications each path reaches and the user population for each.
Risk assessment (Weeks 2–3, Owner: CISO/Security team) — score each access path by exposure (internet-facing?), privilege level (admin vs. standard user), and current control coverage (MFA present? Device managed?). Prioritize gaps by risk score.
IAM and MFA integration (Weeks 3–6, Owner: Identity/network team) — deploy or consolidate to a single identity provider. Enforce MFA on all remote entry points. Configure conditional access policies with device compliance requirements.
Pilot ZTNA for top applications (Weeks 6–10, Owner: Network/security team) — select the ten most-used applications and the highest-risk access population (contractors, privileged admins). Deploy ZTNA broker, configure per-app policies, and run parallel with VPN. Acceptance criteria: zero unplanned outages, all sessions logged, device posture enforced.
Endpoint posture enforcement (Weeks 6–10, Owner: Endpoint team) — enroll all remote devices in MDM. Enforce disk encryption, EDR presence, and patch currency as posture requirements. Devices that fail posture checks land in a quarantine segment, not the production network.
Privileged access controls (Weeks 8–12, Owner: Security/PAM team) — deploy JIT access for admin accounts. Enable session recording for all privileged and vendor sessions. Reduce RMM permissions to the minimum required for each customer environment.
Phased rollout and VPN decommission (Months 3–6, Owner: IT Director) — expand ZTNA to all applications with tested policies. Decommission VPN profiles as each application migrates. Do not decommission the VPN concentrator until every application has a validated ZTNA path and a tested rollback procedure.
Monitoring and continuous improvement (Ongoing, Owner: SOC/managed provider) — integrate remote access logs into SIEM. Set alert thresholds for failed MFA, impossible-travel logins, and new RMM installations. Review access policies quarterly.
Vendor integration testing and user training are not optional steps to schedule later. Run a tabletop exercise before go-live that simulates a compromised vendor credential. Train users on the new authentication flow before cutover, not after. Support escalation procedures for MFA lockouts should be documented and tested before the first production session.
For additional deployment context on modern access models, this secure remote access resource covers SASE-delivered approaches worth reviewing alongside your architecture planning.
How to monitor, audit, and meet compliance requirements
Logging is not optional and it is not just for incident response. Regulators, auditors, and your own incident response team all need the same data. The question is whether you collect it before or after you need it.
What to log for every remote access session:
- Authentication events: success, failure, MFA challenge result, method used
- Device posture at session start and any posture changes during the session
- Source IP, geolocation, and user agent
- Applications accessed and duration
- JIT privilege elevation requests and approvals
- Configuration changes to remote access infrastructure
- Session recordings for privileged and vendor sessions (stored separately with restricted access)
Compliance mapping:
- FedRAMP — cloud service providers handling federal data must provide evidence of access controls, session logging, and continuous monitoring. Remote access controls map to AC-17 (Remote Access) and AU-2/AU-12 (Audit Events). Session recordings and log retention are required evidence.
- HIPAA — covered entities and business associates must implement access controls (§164.312(a)) and audit controls (§164.312(b)). Remote access to systems containing PHI requires logged sessions, access reviews, and documented policies. Vendor/contractor access needs a signed Business Associate Agreement and scoped access.
- SOC 2 — Trust Services Criteria CC6.6 and CC6.7 address logical access and remote access specifically. Auditors will look for MFA evidence, access review records, and session logs.
Audit checklist:
- Log retention: 90 days minimum for operational review; 1 year for compliance (check your specific framework); session recordings retained per data classification policy
- SIEM integration: all remote access logs forwarded to a centralized SIEM (Microsoft Sentinel, Splunk, or equivalent) with correlation rules active
- Alert thresholds documented and tested: failed MFA events, impossible-travel logins, off-hours privileged sessions, new RMM installations
- Quarterly log review by a named owner (not just automated alerting)
- Session recording access restricted to security team and auditors; access to recordings itself logged
Coordinate log retention with your backup and incident response plans. Logs stored only on the system being investigated are useless after a ransomware event. Off-system, immutable log storage is the standard.
Common configuration mistakes and warning signs to watch for
Most remote access breaches trace back to a small set of recurring mistakes. Recognizing them before an attacker does is the practical goal.
Configuration mistakes:
- MFA gaps on break-glass accounts — emergency admin accounts left without MFA “for convenience” are the accounts attackers target specifically
- Overly broad VPN access — a single VPN profile that reaches the entire internal network; no segmentation between user populations
- Stale firewall rules and temporary exceptions — “temporary” rules opened for a vendor engagement three years ago and never closed
- Unmanaged RMM instances — RMM agents installed by a former vendor or during a previous engagement, still active and unmonitored
- No session logging for privileged access — admin sessions with no audit trail mean you cannot reconstruct what happened during an incident
Red flags that indicate active abuse or control failure:
- Unexpected RMM software installations on endpoints not managed by your IT team
- Large data exports from file servers or cloud storage during off-hours
- Impossible-travel logins: a user authenticates from New York, then from Eastern Europe 20 minutes later
- Frequent failed MFA events for a single account (MFA fatigue attack in progress)
- Sudden additions to admin or privileged groups, especially outside change-control windows
- VPN sessions that stay connected for days without activity
For each red flag, the remediation is specific. Unexpected RMM: isolate the endpoint, revoke the session, and treat it as a potential compromise. Impossible travel: lock the account immediately, force re-authentication, and open an incident. Frequent MFA failures: switch the affected account to phishing-resistant MFA and investigate the source IPs. Admin group changes outside change control: revert the change, identify who made it, and audit that account’s recent activity.
How Rivell implements secure remote access for managed clients
Rivell’s approach to remote access security follows the same phased model described in this guide, applied as a managed service for organizations that do not have the internal capacity to run it themselves.
A typical engagement starts with a discovery phase: Rivell maps every remote access path in the client environment, including shadow RMM agents, undocumented VPN profiles, and vendor connections that predate the current IT team. That inventory becomes the risk register that drives the remediation priority order.
From there, Rivell’s managed service covers:
- Managed IAM and MFA — deployment and ongoing management of identity providers, conditional access policies, and phishing-resistant MFA enrollment
- Endpoint management and patching — MDM enrollment, configuration baseline enforcement, and accelerated patch SLAs for remote access infrastructure
- 24/7 SIEM monitoring — remote access logs centralized and correlated; alert thresholds tuned to the client’s baseline behavior
- ZTNA rollout assistance — architecture design, pilot execution, and phased migration from VPN to per-app access
- Privileged access controls — JIT access configuration, session recording, and quarterly access reviews for admin and vendor accounts
- Compliance support — documentation and evidence packages for HIPAA, SOC 2, and other frameworks
Rivell’s remote IT support services and access control capabilities reflect decades of operational experience managing IT environments for healthcare providers, law firms, and regional businesses in New Jersey.
Pro Tip: For organizations in regulated industries (healthcare, legal, financial services), ask your managed provider to map every remote access control to a specific compliance requirement before the pilot begins. Retrofitting compliance documentation after deployment is significantly more expensive than building it in from the start.
Organizations that want Rivell to run a discovery and risk assessment as the first step can reach the team through the managed IT services page.
The case for Zero Trust first, not Zero Trust eventually
Most organizations treat Zero Trust as a long-term destination. The ones that get breached through remote access are usually the ones that kept VPN as the primary control while the migration stayed on the roadmap.
The practical argument for moving faster is not theoretical. A VPN compromise gives an attacker network-level access. A ZTNA compromise gives them access to one application, for one session, with a full audit trail. That is a fundamentally different incident response scenario. The blast radius shrinks by an order of magnitude.
The counterargument is real: ZTNA migrations are complex, legacy applications resist proxying, and user experience disruptions during cutover create political resistance. Those are legitimate friction points, not reasons to stay on VPN indefinitely. The hybrid transition pattern (run both, migrate application by application) exists precisely to manage that friction without accepting the full VPN risk profile during the transition.
For organizations with limited internal security capacity, the MSP partnership model is not a compromise. It is the faster path to a mature posture. A managed provider that has run dozens of ZTNA migrations brings pattern recognition that an internal team doing it for the first time simply does not have. The phased checklist in this guide is a starting point; the execution is where experience matters.
Rivell covers the gaps that remote access migrations expose
Remote access modernization surfaces gaps that most IT teams did not know existed: undocumented vendor connections, unmanaged endpoints, MFA gaps on legacy systems, and compliance documentation that does not match the actual control state. Rivell’s managed IT services are built to close those gaps without requiring clients to staff a full internal security team.

For New Jersey businesses, Rivell provides end-to-end ownership of the remote access program: discovery and risk assessment, IAM and MFA deployment, ZTNA pilot execution, 24/7 monitoring, and compliance support for HIPAA, SOC 2, and similar frameworks. The cybersecurity solutions practice handles the technical implementation; the managed service contract handles the ongoing operations. Contact Rivell to schedule a remote access assessment and get a clear picture of your current exposure before the next audit or incident forces the conversation.
Sources
The sources below are the primary references for this guide. The CISA and NIST documents are policy and technical guidance; the Verizon and Cisco Duo resources are technology explainers.
- NIST SP 800-46r2
- ZTNA vs VPN: Which One Is Better For Your Business | Cisco Duo
- Modern Approaches to Network Access Security | CISA