[developerRobot] Switch to initial password and host for systemcore (#7503)

This commit is contained in:
Thad House
2024-12-06 23:19:48 -08:00
committed by GitHub
parent 144e79a614
commit 5058b48dea

View File

@@ -69,9 +69,9 @@ deploy {
maxChannels = 4
locations {
ssh(SshDeployLocation) {
address = "robot.local"
address = "limelight.local"
user = 'systemcore'
password = 'systemcorerules2027'
password = 'systemcore'
ipv6 = false
}
}