Tag Archives: port knocking

Using SCP Port Knocking Remote Hosts

The scripts I posted to open SSH connections through port knocking are very useful to me. But when it comes to transferring files with SCP, port knocking is a nightmare. So I’ve done a similar bash function that automatically deals … Continue reading

Posted in Code | Tagged , | Comments Off

Port Knocking The Easy Way

I had implemented port knocking before with linux daemons and knocking clients but this requires installing software that is always running and consuming memory and processor resources. If you are using a Virtual Private Server –as I am–, you can’t … Continue reading

Posted in Code | Tagged , , | 1 Comment