All clients I saw were a bit too elaborate. So I wrote this one which only needs four lines and could do with less:
#!/bin/bash
target=$1; shift
echo knock $target with knock $*
for i in $*; do
echo > /dev/udp/$target/$i;
done
Your Linux Self-Help Desk. A selection of mostly Linux related tutorials, howtos, fixes, news and more.
#!/bin/bash
target=$1; shift
echo knock $target with knock $*
for i in $*; do
echo > /dev/udp/$target/$i;
done
If this works for you in a situation which is not described above, please post a comment. Otherwise, e.g. if you don't know what xorg.conf is and where to find it, please use google for further information.Option "UseFastTLS" "2"