diff --git a/facts/general/package.yml b/facts/general/package.yml
index 950d91d..2f32ef1 100644
--- a/facts/general/package.yml
+++ b/facts/general/package.yml
@@ -22,5 +22,5 @@
   set_fact:
     sshfs: fusefs-sshfs
     locate: htop # Placeholder to prevent errors, locate built into FreeBSD.
-    sshd: htop # sshd comes installed on FreeBSD
+    opensshd: htop # sshd comes installed on FreeBSD
   when: ansible_system == "FreeBSD"
\ No newline at end of file