On the policy hub, run:
cf-key -s | grep "`date +'%a %b %e'`" | awk '/^Incoming/ { print $3 }'
Beware that hostnames are truncated to 25 characters. However, you can replace $3
with $2
and get IPs instead.
On the policy hub, run:
cf-key -s | grep "`date +'%a %b %e'`" | awk '/^Incoming/ { print $3 }'
Beware that hostnames are truncated to 25 characters. However, you can replace $3
with $2
and get IPs instead.