Line 48:
Line 48:
service sshd start
service sshd start
−
SSH will now be enabled. Please log in remotely via SSH and further instructions are based on the fact that you are remotely logged. Specifically for Cut&paste operations.
+
SSH will now be enabled. Please log in remotely via SSH and further instructions are based on the fact that you are remotely logged. Specifically for Cut and Paste operations.
==== Disable SELinux ====
==== Disable SELinux ====
+
SELinux is enabled by default. We want to disable it for there are a few services (httpd) that get blocked by SELinux. To check this you can enter the command:
+
getenforce
+
+
and to disable SELinux enter the command:
+
setenforce 0