I'm looking for a way to limit ssh access by root to public key authentication from a single network without affecting other users ssh access. So far the best solution I've come up with is to run two instances of sshd, is there are more elegant way?
Thanks, Dustin Lundquist

