View Single Post
  #4   Spotlight this post!  
Unread 22-01-2015, 10:25
Dinnesy Dinnesy is offline
Registered User
FRC #4968 (Robo Hawks)
Team Role: Teacher
 
Join Date: Dec 2013
Rookie Year: 2014
Location: Lively
Posts: 19
Dinnesy is an unknown quantity at this point
Re: Remote command failed with exit status 1

Quote:
Originally Posted by 1024Programming View Post
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.
Reply With Quote