diff options
author | djm <djm> | 2003-05-18 10:50:30 +0000 |
---|---|---|
committer | djm <djm> | 2003-05-18 10:50:30 +0000 |
commit | ddcc4fa720eb5122ac0c0b338628725fcecf68ab (patch) | |
tree | 5706a334c5ab1913ab2c6f0e90cf36476e31117f /ssh_config.5 | |
parent | 5700da8fac068fb5d3212f78d98edd62a86d916a (diff) | |
download | openssh-ddcc4fa720eb5122ac0c0b338628725fcecf68ab.tar.gz |
- djm@cvs.openbsd.org 2003/05/16 03:27:12
[readconf.c ssh_config ssh_config.5 ssh-keysign.c]
add AddressFamily option to ssh_config (like -4, -6 on commandline).
Portable bug #534; ok markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index c5de4a9d..67166b75 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.9 2003/05/15 14:55:25 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.10 2003/05/16 03:27:12 djm Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -115,6 +115,13 @@ The host is the .Ar hostname argument given on the command line (i.e., the name is not converted to a canonicalized host name before matching). +.It Cm AddressFamily +Specifies which address family to use when connecting. Valid arguments are +.Dq any , +.Dq inet +(Use IPv4 only) or +.Dq inet6 +(Use IPv6 only.) .It Cm AFSTokenPassing Specifies whether to pass AFS tokens to remote host. The argument to this keyword must be |