Page 1 of 1

Disable CFS via SSH with rescue system

Posted: 10 Jul 2017, 11:07
by kosinus
Hello,

having trouble with ROOT login to WHM, cfs is blocking SSH access so I can't change pass.
Can boot with rescue system, need help do disable CFS or allow my IP via rescue SSH.
OS: Centos 7.3 // WHM 64.0

anyone please help/instructions, tnx.

Re: Disable CFS via SSH with rescue system

Posted: 10 Jul 2017, 11:10
by ForumAdmin
To disable csf/lfd in this case:

Code: Select all

touch /etc/csf/csf.disable
You may have to change the path depending on how your rescue system mounts partitions.

Re: Disable CFS via SSH with rescue system

Posted: 12 Jul 2017, 19:15
by kosinus
can't find csf.disable in csf folder, any suggestion?

Re: Disable CFS via SSH with rescue system

Posted: 12 Jul 2017, 21:51
by sawbuck
Did you run the "touch" command as suggested?

That will generate the csf.disable file in /etc/csf.

Re: Disable CFS via SSH with rescue system

Posted: 12 Jul 2017, 23:32
by kosinus
tnx, helped. Problem solved.