Synopsis # sshd is the OpenSSH daemon that accepts incoming SSH connections and provides encrypted remote shell access and secure file transfer. On OpenBSD, sshd is part of the base system and is enabled by default after installation. Typical uses include secure administration, file transfer via sftp(1) and scp(1), remote command execution, and secure tunneling. For service control, use rcctl(8) . For configuration, edit sshd_config(5) . The daemon benefits from pledge(2) , unveil(2) , and ne...