Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 39: Line 39:  
  [root@buildcos9 ~]# chkconfig network on
 
  [root@buildcos9 ~]# chkconfig network on
 
  [root@buildcos9 ~]# service network restart
 
  [root@buildcos9 ~]# service network restart
 +
 
*  Enable SSH
 
*  Enable SSH
 
SSH is present but is disabled at this stage. To enable ssh issue:
 
SSH is present but is disabled at this stage. To enable ssh issue:
 
  service sshd start
 
  service sshd start
 +
 +
You may have a slow login to ssh, if needed :
 +
nano /etc/resolv.conf
 +
 +
And change the “UseDNS yes” field to “UseDNS no”.
 +
Now change the “GSSAPIAuthentication yes” line to “GSSAPIAuthentication no”.
 +
 +
You have to restart the ssh service or the server
    
* Reboot system to ensure all new config are permanent
 
* Reboot system to ensure all new config are permanent

Navigation menu