Fedora 18 - Start sshd on boot
Try the Fedora 17 method...
systemctl enable sshd.service
This will enable sshd so it starts on the next boot and every subsequent boot, but it won't immediately start up sshd.
At this point you can either reboot (which will start it up) or start it manually using
systemctl start sshd.service