TCP wrappers for SSH - is it supported on Solaris 11? And Solaris 10?
I've been browsing communities threads when I came to this doubt.Can TCP wrappers be used with SSH in Solaris 10 and 11.
Please, is there a how to or hints?
So far, I've only found:
which doesn't seem too enlightening to the challenge.
sshd doesn't seem to be linked to libwrap after all.
Thanks in advance.
Please, is there a how to or hints?
So far, I've only found:
which doesn't seem too enlightening to the challenge.
sshd doesn't seem to be linked to libwrap after all.
$ ldd /usr/lib/ssh/sshd
libc.so.1 => /lib/libc.so.1
libm.so.2 => /lib/libm.so.2
libc.so.1 => /lib/libc.so.1
libm.so.2 => /lib/libm.so.2
Thanks in advance.
0