NIST 800-171 Controls · Access Control
AC.2.013 — Employ Cryptographic Mechanisms for Remote Access
Employ cryptographic mechanisms to protect the confidentiality of remote access sessions.
What AC.2.013 means in plain English
When your employees connect remotely to your systems, the connection must be encrypted — meaning the data traveling back and forth is scrambled so that anyone who intercepts it on the internet can't read it. A VPN (Virtual Private Network) using modern encryption like AES-256 satisfies this. Plain Remote Desktop open to the internet, unencrypted FTP, or HTTP (not HTTPS) do not.
The assessment question
“Is all remote access to your systems protected by strong encryption — for example, using a VPN with AES-256 encryption, TLS 1.2 or higher for web-based access, or SSH for server access — rather than unencrypted protocols?”
How to implement AC.2.013
- Deploy a VPN solution that uses AES-256 encryption for all remote worker connections. OpenVPN (free, uses AES-256 by default) or WireGuard (free, uses ChaCha20 encryption which is FIPS-acceptable) are excellent free options.
- Never expose Remote Desktop (RDP) port 3389 directly to the internet — it must only be accessible through an encrypted VPN. Check your firewall/router settings to confirm port 3389 is not open externally.
- Ensure any web portals used for remote access use HTTPS (TLS 1.2 or 1.3 minimum) and not plain HTTP. Verify by checking that the URL starts with "https://" and the browser shows a padlock icon.
- For file transfer, use SFTP (Secure FTP) or SharePoint/OneDrive (which uses TLS) rather than plain FTP. Disable FTP on your servers if it is running.
- Document which encryption protocol and minimum key length is in use for each remote access method in your System Security Plan.
Evidence your assessor will ask for
- VPN configuration screenshots showing encryption protocol and cipher suite (AES-256 or equivalent)
- Firewall rule export or screenshot confirming RDP port 3389 is blocked from external access
- Network diagram or written description of all remote access paths and their encryption methods
- SSL/TLS configuration for any web portals (e.g., SSL Labs test result showing TLS 1.2+)
- Written Remote Access Policy specifying required encryption standards
Does AI prompt monitoring help with this control? Honestly, no.
AC.2.013 is met through the remediation steps above, not through AI traffic controls — an AI prompt firewall neither satisfies nor substitutes for it. We map AI monitoring only to the controls it genuinely evidences (flow control, boundary protection, audit, and incident support); for the full picture of where it does help, see the mapping guide linked below.
Full mapping: which 800-171 controls AI prompt monitoring evidences →
More Access Control controls
Score yourself against all 110 controls
The free ShieldReady assessment walks every NIST 800-171 requirement, computes your SPRS score, and shows exactly which gaps cost the most points.