| Index: src/scripts/mod_for_test_scripts/350addTestAuthKeys
|
| diff --git a/src/scripts/mod_for_test_scripts/350addTestAuthKeys b/src/scripts/mod_for_test_scripts/350addTestAuthKeys
|
| index d2bf7bb7be3d101c1beafd3dbd3f6134c675e065..52df15e142fb722a6da6654a49da68f9afee3132 100755
|
| --- a/src/scripts/mod_for_test_scripts/350addTestAuthKeys
|
| +++ b/src/scripts/mod_for_test_scripts/350addTestAuthKeys
|
| @@ -11,4 +11,4 @@ KEYS_DIR=ssh_keys
|
| ROOT_AUTHKEYS=/root/.ssh/authorized_keys
|
|
|
| mkdir -p /root/.ssh
|
| -cat ${KEYS_DIR}/* >> ${ROOT_AUTHKEYS}
|
| +cat ${KEYS_DIR}/*.pub >> ${ROOT_AUTHKEYS}
|
|
|