#scientifix Articles


  • 2011-10-26
  • it

Scientific Linux 6 - Basic Setup

Not allowing root to log in By default sshd is running on SL6 and you can ssh in with 'root'. Probably a good idea to change this in /etc/ssh/sshd_config permitrootlogin no But first, create a user that can log in. useradd mart passwd mart Then you can change …

Install Scientific Linux 6 in VMWare Workstation

Time for some more Linux testing. The reason for this is because I think I will go ahead and try to study for the RHCSA - Red Hat Certified System Administrator. Work might send me to a course in December, probably wise to play around with it before this. So here …