search for: canonhost

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

Did you mean: canohost
2014 Jul 16
1
ssh - Connection closed by UNKNOWN
...ction yet so canonical_host_ip from canohost.c is still NULL and the function returns "UNKNOWN". I think that it could be workarounded by calling get_remote_ipaddr() right after packet_set_connection(), e.g. using another debug message, see bellow, or there could be set_remote_ipaddr() in canonhost.c for that. --- a/sshconnect.c +++ b/sshconnect.c @@ -62,6 +62,7 @@ #include "monitor_fdpass.h" #include "ssh2.h" #include "version.h" +#include "canohost.h" char *client_version_string = NULL; char *server_version_string = NULL; @@ -171,6 +172,8 @@ s...
2014 Jul 18
2
[Bug 2256] New: ssh - Connection closed by UNKNOWN
...ction yet so canonical_host_ip from canohost.c is still NULL and the function returns "UNKNOWN". I think that it could be workarounded by calling get_remote_ipaddr() right after packet_set_connection(), e.g. using another debug message, see bellow, or there could be set_remote_ipaddr() in canonhost.c for that. -- You are receiving this mail because: You are watching the assignee of the bug.
2014 Jul 18
6
[Bug 2257] New: ssh - Connection closed by UNKNOWN
...of this function yet so canonical_host_ip from canohost.c is still NULL and the function returns "UNKNOWN". I think that it could be workarounded by calling get_remote_ipaddr() right after packet_set_connection(), e.g. using another debug message, or there could be set_remote_ipaddr() in canonhost.c for that. -- You are receiving this mail because: You are watching the assignee of the bug.