David Ellis beat me to it. As long as you didn't disable telnet in the config. by default it will connect and let you in without authentication. If you do plan on using telnet in a production network, generally not recommended from a security perspective, enable authentication in the config via the command: enable telnet authentication
or set a password via the command: enable telnet password
--Jon