Quote:
Originally Posted by 1024Programming
We had the same problem, the way we found to fix it is to load the code as admin instead of lvuser. if you click the [sshexec] it will open the build.xml. In the build.xml, replace all "${username}" with "admin" and all "${password}" with "". I don't know if that's the solution FIRST wants us to use, but it lets us load code onto the robot. If someone else has a better fix I'd very gladly try it.
|
I tried changing the username to admin and leaving the password blank, however after i change them, I get the following error:
BUILD FAILED
C:\Users\Ryley Ongarato\wpilib\java\current\ant\build.xml:106: com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 2 Too many authentication failures for ${admin}
Am I doing something wrong? I tried using find and replace to replace all of them. I also tried only changing one of them.
Thanks.