- dns resolve in Job thread instead of resolving all hosts before starting jobs
- ssh command logged in
{dirlog}/<host>.ssh
with resolved host fqdn - inet_aton can be ok with string
"<ip> <hostname>..."
, clean ip withinet_ntoa(inet_aton(ip))
{dirlog}/<host>.ssh
with resolved host fqdn"<ip> <hostname>..."
, clean ip with inet_ntoa(inet_aton(ip))