In case you are trying to log in to your Raspberry Pi with Raspbian over ssh, here are the default credentials:
username: pi
password: raspberry
So once you figure out the IP address your Pi has been assigned (like 192.168.2.3), you can log in like this:
ssh pi@192.168.2.3
from a terminal on another computer.