Reset an Arduino with another Arduino

I'm making a shield that will connect two Arduino 2560s together. Long story short I want to be able to programmatically reset either board with the opposing board.

I'm guessing I'll connect a digital pin to the opposing Reset pin? Do I need any special chips or circuits in between them?

That should work.