I was uninstalling OpenSSH with the following command:
for i in $(rpm -qa | grep openssh);do sudo rpm -e $i --nodeps;done
Then for some reaso