|
@@ -32,7 +32,7 @@ $ sudo useradd -m -G sudo tfb
|
|
|
$ sudo apt-get update && sudo apt-get upgrade
|
|
|
```
|
|
|
* Run the command: `sudo visudo`
|
|
|
-* Change line 20 in from `%sudo ALL=(ALL:ALL) ALL` to `%sudo ALL=NOPASSWD: ALL`
|
|
|
+* Change line 20 in from `%sudo ALL=(ALL:ALL) ALL` to `%sudo ALL=(ALL) NOPASSWD: ALL`
|
|
|
* Run the following **(Don't enter a password, just hit enter when the prompt pops up)**. **NOTE** This is still necessary if the client and database are on the same computer as the server
|
|
|
```bash
|
|
|
$ ssh-keygen
|