Secure File Copy (scp) allows you to copy files between hosts using the SSH protocol. To copy from a remote host to your current host PLAIN TEXT PERL: scp -r user@remotehost:path/to/remotefiles localtarget #-r recursive copy #you will be prompted for user's password @ remotehost To copy files from your current host across to the [...]
Category Archives: linux
Installing and setting up bfd
BFD (brute force detector) is an excellent package by rfxnetworks that works hand-in-hand with the APF firewall package to automatically detect and put an end to brute force access attempts. BFD works by monitoring for excessive access attempts via ssh. If it does detect attempts, it places the offender's IP in APF's deny hosts file. [...]
