On 07/11/2013 12:45 PM, Shakeel, Muhammad wrote:
+++ b/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd.socket
@@ -0,0 +1,11 @@
+[Unit]
+Conflicts=sshd.service
sshd.service is the service file for running a single SSH server for all incoming connections, suitable only for systems with a large amount of SSH traffic. In almost all other cases it is a better idea to use sshd.socket + sshd@.service (i.e. the on-demand spawning version for one instance per connection). In case these both are present, there will be a conflict and systemd should be aware of it.