| Summary: | Only try connect to first address when creating tunnel | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Stig Venaas <stig> | ||||
| Component: | sshd | Assignee: | Damien Miller <djm> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1452 | ||||||
| Attachments: |
|
||||||
|
Description
Stig Venaas
2002-07-09 04:08:21 AEST
Created attachment 1498 [details]
try subsequent addresses
This patch should fix the bug. (better late than never)
Target release openssh-5.1 Fix committed and will be in openssh-5.1:
> CVSROOT: /cvs
> Module name: src
> Changes by: djm@cvs.openbsd.org 2008/05/08 22:55:57
>
> Modified files:
> usr.bin/ssh : channels.c channels.h clientloop.c serverloop.c
>
> Log message:
> Try additional addresses when connecting to a port forward destination
> whose DNS name resolves to more than one address. The previous behaviour
> was to try the first address and give up.
>
> Reported by stig AT venaas.com in bz#343
>
> great feedback and ok markus@
Mass update RESOLVED->CLOSED after release of openssh-5.1 |