Alysha Creelman commited on
Commit
03fd512
·
unverified ·
1 Parent(s): d302af0

changing clean up from randy to alysha

Browse files
Files changed (1) hide show
  1. key_setup.sh +1 -1
key_setup.sh CHANGED
@@ -4,7 +4,7 @@ PORT=22003
4
  MACHINE=paffenroth-23.dyn.wpi.edu
5
 
6
  # Clean up from previous runs
7
- # ssh-keygen -f "/home/rcpaffenroth/.ssh/known_hosts" -R "[${MACHINE}]:${PORT}
8
 
9
 
10
 
 
4
  MACHINE=paffenroth-23.dyn.wpi.edu
5
 
6
  # Clean up from previous runs
7
+ ssh-keygen -f "/home/amcreelman/.ssh/known_hosts" -R "[${MACHINE}]:${PORT}
8
 
9
 
10