Skip to content

Commit 759efbd

Browse files
committed
feedback incorporated
1 parent f6b4803 commit 759efbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/migrate/troubleshoot-appliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ You can also run the commands from the command prompt on the appliance server by
224224
ssh <username>@<servername>
225225
````
226226

227-
Few Linux machines like Oracle/CentOS have a configuration value that requires **tty** option to be enabled by default which in turn causes an error. In such cases, you can disable this setting by adding **a!** character in the */etc/sudoers* file. You can also add the following at the end of */etc/sudoers/ file to ensure that no other configuration in this file can override the following:
227+
Few Linux machines like Oracle/CentOS have a configuration value that requires **tty** option to be enabled by default which can cause an error. In such cases, you can disable this setting by adding **a "!"** character in the **/etc/sudoers** file. You can also add the following at the end of **/etc/sudoers/** file to ensure that no other configuration in the file can override this:
228228
- Defaults !visiblepw
229229
- Defaults !requiretty
230230

0 commit comments

Comments
 (0)