On Wed, 26 Feb 2003, Bret Hughes wrote:

> I love that openssh is so smart that it knows when a name resolution
> error is temporary.
> 
> [EMAIL PROTECTED] bhughes]$ ssh tulfw1
> ssh: tulfw1: Temporary failure in name resolution

man gethostbyname

Search for ERRORS.  The standard Unix resolver knows when a failure is
temporary.  That error message should be coming from perror(), not from
ssh's code at all.  ;)



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to