Host Box Proxycommand ~/bin/do_knock %h %p
#!/bin/sh host=$1 port=$2 knock $host 1 2 3 4 5 nc $host $port && exit knock $host 1 2 3 4 5 sleep 1.5 nc $host $port
On android I used to port knocking app that integrated with connectbot, so I had one tap access to the host.
On android I used to port knocking app that integrated with connectbot, so I had one tap access to the host.