diff --git a/templates/sshd_config.conf.j2 b/templates/sshd_config.conf.j2
index a0fbc7e4c0c2b6b9c44c0ac1ca477045146b179b..f5d4457ab7bf89b38f22d2765708f8e0db146997 100644
--- a/templates/sshd_config.conf.j2
+++ b/templates/sshd_config.conf.j2
@@ -45,7 +45,3 @@ LogLevel VERBOSE
 
 # Log sftp level file access (read/write/etc.) that would not be easily logged otherwise.
 Subsystem sftp  /usr/lib/openssh/sftp-server -f AUTHPRIV -l INFO
-
-# Use kernel sandbox mechanisms where possible in unprivileged processes
-# Systrace on OpenBSD, Seccomp on Linux, seatbelt on MacOSX/Darwin, rlimit elsewhere.
-UsePrivilegeSeparation sandbox