diff --git a/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md b/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md index 8cd2814..4c1b5d7 100644 --- a/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md +++ b/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md @@ -158,14 +158,14 @@ Configure tracks user to use 'sudo'; Add the following which essentially gives user tracks root equivalent privileges when using sudo. ``` - tracks ALL=(ALL) ALL +tracks ALL=(ALL) ALL ``` Log off then on using user tracks to validate functionality before moving to next step. Also, please note the convention I am using is to indicate root with '#' and '$' to represent tracks with sudo when appropriate. Disable root SSH access. ``` - $ sudo vi /etc/ssh/sshd_config +$ sudo vi /etc/ssh/sshd_config ``` change