@aforeman506,
Please reference the instructions:
Part 2: Configure the Router for SSH Access
Step 7: Start an SSH session to the router.
b. You must use the –l admin option when you SSH to R1 (note this is a lower case “L” and not the number 1). This allows you to log in as user admin. When prompted, enter adminpass for the password.
ssh -l admin 192.168.1.1
The SSH command you used is incomplete. it is missing the "-l" and username "admin" parameters. As indicated in the instructions the complete command is ssh -l admin 192.168.1.1 where "-l" is a lower case letter L, not the number one (1).
----------------------------------------------------------------------------------------------------
Remember to mark helpful posts and mark the correct answer as a solution; It helps other users with similar questions.