Alysha Creelman
commited on
Fixing " error in key_setup.sh
Browse files- 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/amcreelman/.ssh/known_hosts" -R "[${MACHINE}]:${PORT}
|
8 |
rm -rf tmp2
|
9 |
|
10 |
# Create a temporary directory
|
|
|
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 |
rm -rf tmp2
|
9 |
|
10 |
# Create a temporary directory
|