I'm working on a project that uses the custom Yodeck image on a raspberry pi 3. I need to install some additional software on the box and they provide a username and password for console login. After booting I can drop to a login prompt with ctrl+alt+F2. At the prompt, I can enter the username and password, but the password is ~120 character hash and I can only enter about 70 characters before hitting a 60-second login timeout.
Is there any way to deliver the password to the prompt in a fast enough way to beat the timeout (other than memorizing and typing like crazy)? I'm also open to ideas for increasing the timeout. It sounds trivial, but after several attempts, it appears to be too short of a time to login in a repeatable manner.