Error messages and explanations: scanssh: epoll_create: Function not implemented libevent tries to find the most efficient event notification function. If libevent is compiled with support for epoll and run on a kernel that does not support it, it falls back to poll(). However, it spits out this warning.