RSync
You can fetch remote content by using the following command: rsync -chavzP -e “ssh -p {ssh_port}” {username}@{host}:/{remote_path}/ /{local_path}
if blocked remove your ISP IP address from /etc/csf/csf.deny and restart CSF Firewall or via command csf -dr ISPIPADDRESS More info: https://community.centminmod.com/threads/can-not-login-ssh-and-ping-when-csf-enable.8888/
There are several things that can go wrong. Add -vvv to make ssh print a detailed trace of what it’s doing, and […]