diff --git a/net/openssh/files/sshd.init b/net/openssh/files/sshd.init index db9910041..a616306be 100755 --- a/net/openssh/files/sshd.init +++ b/net/openssh/files/sshd.init @@ -15,6 +15,7 @@ start() { } }; done mkdir -p /var/empty + chmod 0700 /var/empty /usr/sbin/sshd }