Changes

Jump to navigation Jump to search
209 bytes removed ,  10:23, 28 January 2013
Line 92: Line 92:     
==== Enable SSH ====
 
==== Enable SSH ====
On first run make sure we have ssh installed so we can use a terminal to login - much easier for copy and pasting stuff :
+
SSH is present but is disabled at this stage. To enable ssh issue:
 
<syntaxhighlight lang="Bash">
 
<syntaxhighlight lang="Bash">
yum install openssh*
  −
</syntaxhighlight>
  −
  −
To get to the sshd service you will need this on each boot :
  −
<syntaxhighlight lang="Bash">
  −
service iptables stop
   
service sshd start
 
service sshd start
 
</syntaxhighlight>
 
</syntaxhighlight>

Navigation menu