The default user is "pi" and the default password is "raspberry" for both the Pixel and Lite versions of Raspbian Jessie.
Raspbian Jessie with Pixel comes with a complete desktop graphical user interface (GUI) and many other graphical and educational applications. If you are going to run headless SSH then Raspbian Jessie Lite is probably a better choice. It is a leaner command line version of the OS with no GUI or other "fluf" that SSH users would not normally need.
To enable SSH in either version create a file named "ssh" in the /boot partition of the SD card after writing the Raspbian image to it. The /boot partition will be the only part of the card you can see from Windows or Mac computers, and it will be much smaller than the card's original size (the rest of the card is formatted with a Linux filesystem that Windows/Mac can't read).
Make sure that the filename is just ssh, and not ssh.txt, because Windows has common file extensions hidden by default and you won't see it unless you disable that feature.
If you think you might want a GUI for use with VNC, then you can use the full Raspbian Jessie with Pixel. Note that the default is for Pixel to auto-login to the pi user and start the desktop. For SSH use you will probably want to disable the Desktop/GUI auto-start, which can be done with sudo raspi-config from SSH. If you want to create your own user, disable the pi user auto-login as well (I usually do that regardless).
You will get a warning about the security risk of having SSH enabled with the default password. Heed this warning and change the password immediately, then reboot before doing anything else. The password can be changed with sudo passwd pi, or by using the configuration utility (sudo raspi-config).
If you power down the Pi without a proper shutdown before you have successfully logged in using SSH, you will have to re-image the card and start over. Powering down the system before a successful SSH login interrupts the process of enabling SSH and breaks it. It's never a good idea to power down a computer without a proper shutdown anyway.
Merry Christmas/Happy Holidays to all my fellow Raspberry Pi users!

My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?