| Index: src/scripts/mod_for_test_scripts/601autoStartSshd
|
| diff --git a/src/scripts/mod_for_test_scripts/601autoStartSshd b/src/scripts/mod_for_test_scripts/601autoStartSshd
|
| index 634b86665480dacb20bc40bf3ab56d315e9747b3..fead7fbc166dbbf442d21a9365121758dd357087 100755
|
| --- a/src/scripts/mod_for_test_scripts/601autoStartSshd
|
| +++ b/src/scripts/mod_for_test_scripts/601autoStartSshd
|
| @@ -5,7 +5,7 @@
|
| # found in the LICENSE file.
|
|
|
| # start sshd at os init time.
|
| -
|
| +echo "Enabling sshd."
|
| cp -pf sshd.conf /etc/init/sshd.conf
|
| chmod 644 /etc/init/sshd.conf
|
| chown 0:0 /etc/init/sshd.conf
|
|
|