Changes

Jump to navigation Jump to search
95 bytes added ,  23:53, 22 January 2013
Line 87: Line 87:     
On first run make sure we have ssh installed so we can use a terminal to login - much easier for copy and pasting stuff :
 
On first run make sure we have ssh installed so we can use a terminal to login - much easier for copy and pasting stuff :
yum install open-ssh*
+
<syntaxhighlight lang="Bash">
 +
yum install open-ssh*
 +
</syntaxhighlight>
    
To get to the sshd service you will need this on each boot :
 
To get to the sshd service you will need this on each boot :
service iptables stop
+
<syntaxhighlight lang="Bash">
service sshd start
+
service iptables stop
 +
service sshd start
 +
</syntaxhighlight>
    
==== Disable SELinux ====
 
==== Disable SELinux ====

Navigation menu