Alysha Creelman commited on
Commit
f499f55
·
unverified ·
1 Parent(s): abc377f

Adding group_key name to model_building.sh

Browse files
Files changed (1) hide show
  1. model_building.sh +1 -1
model_building.sh CHANGED
@@ -4,7 +4,7 @@ PORT=22003
4
  MACHINE=paffenroth-23.dyn.wpi.edu
5
 
6
  # check that the code in installed and start up the product
7
- COMMAND="ssh -p ${PORT} -o StrictHostKeyChecking=no student-admin@${MACHINE}"
8
 
9
  ${COMMAND} "ls Wormington-Scholar"
10
  ${COMMAND} "cd Wormington-Scholar"
 
4
  MACHINE=paffenroth-23.dyn.wpi.edu
5
 
6
  # check that the code in installed and start up the product
7
+ COMMAND="ssh -i group_key -p ${PORT} -o StrictHostKeyChecking=no student-admin@${MACHINE}"
8
 
9
  ${COMMAND} "ls Wormington-Scholar"
10
  ${COMMAND} "cd Wormington-Scholar"