I am trying to run two sshd processes, one for admin and one for sftp. Ubuntu 14.04 on digital ocean has both upstart in '/etc/init/ssh' and init.d in '/etc/init.d/ssh`.
Is this just digitalocean or all 14.04?
Which one launches sshd? And which isn't being used / can i delete?
So far I've read each file and The files do not reference each other.