| Summary: | List of preferred address families ? | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Vladimir Kotal <vlada> |
| Component: | Miscellaneous | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | 3.8p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Vladimir Kotal
2004-06-24 07:39:33 AEST
We already have "AddressFamily" in ssh_config. ... and it's been there since 3.7.
$ man ssh_config
[...]
AddressFamily
Specifies which address family to use when connecting. Valid
arguments are ``any'', ``inet'' (Use IPv4 only) or ``inet6'' (Use
IPv6 only.)
|