Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown)

rharmonson 2014-06-30 10:21:01 -07:00
parent 3ca3ac6848
commit 4dd3920860

@ -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