search for: get_socket_ipaddr

Displaying 3 results from an estimated 3 matches for "get_socket_ipaddr".

Did you mean: get_socket_addr
2002 Sep 21
4
OpenSSH -current fails regression on Solaris 8, sshd dumps core
Hi All. While working on something I noticed a regression failure on Solaris 8. It turned out to be present in -cvs and wasn't due to my changes. One of the tests that fail is basically: ssh -2 -F $build/regress/ssh_proxy 999.999.999.999 true The server reports: sshd[20529]: Disconnecting: Command terminated on signal 11. The culprit seems to be session.c line 1019 or so: snprintf(buf,
2003 May 14
0
OpenSSH hosbased authetication without DNS
...y on the client side, and try to login by ssh hostbased authentication method, to the target machine, the hostbased authetication method seems fail on the client side, because the client could not resolve its own name: [root at localhost etc]# ssh -o HostBasedAuthentication=yes 10.1.1.1 get_socket_ipaddr: getnameinfo 8 failed userauth_hostbased: cannot get local ipaddr/name This problem seems general, using any of OpenSSH_3.x version both on client and server side. I tried to find any configurational solution in order to avoid it, but I have not found any. Regards, Istvan
2003 Feb 26
2
OpenSSH 3.4p1 hostbased authentication
...tc/shosts.equiv, /etc/ssh/shosts.equiv on server with: <client hostname> Hostbased authentication is failing giving the following message on client side: debug1: authentications that can continue: publickey,password,keyboard-interactive,hostbased debug1: next auth method to try is hostbased get_socket_ipaddr: getnameinfo 8 failed userauth_hostbased: cannot get local ipaddr/name debug1: next auth method to try is password root at server01's password: What special settings are to be done to make it work? Please help. thanks and regards, Sreedhar. **************************************************...