Make robot programs deploy as lvuser for correct permissions (artf3860)

Change-Id: Ia996f9c1b910c5c9cf33ca8a4305acd8b141b40c
This commit is contained in:
Brad Miller
2014-12-03 11:40:35 -05:00
parent fa229f2b13
commit 3d897cef58
3 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ public class RSEUtils {
RSECorePlugin.getTheCoreRegistry().getSystemTypeById("org.eclipse.rse.systemtype.ssh");
host = registry.createHost(profile.getName(), systemType, connectionName, hostName,
"The remote target for debugging the robot for team "+teamNumber+".");
host.setDefaultUserId("admin");
SystemSignonInformation info = new SystemSignonInformation(hostName, "admin",
host.setDefaultUserId("lvuser");
SystemSignonInformation info = new SystemSignonInformation(hostName, "lvuser",
"", systemType);
PasswordPersistenceManager.getInstance().add(info, true, false);
} catch (Exception e) {

View File

@@ -1,5 +1,5 @@
# Deployment information
username=admin
username=lvuser
password=
deploy.dir=/home/lvuser
deploy.kill.command=/usr/local/frc/bin/frcKillRobot.sh -t -r