comparison dbclient.1 @ 560:52d7301e46bd agent-client

Agent forwarding works
author Matt Johnston <matt@ucc.asn.au>
date Thu, 30 Jul 2009 15:14:33 +0000
parents 7fc4ba3c1cbb
children a415c5b71420
comparison
equal deleted inserted replaced
559:7f66b8e40f2d 560:52d7301e46bd
80 .TP 80 .TP
81 .B \-y 81 .B \-y
82 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the 82 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the
83 connection will abort as normal. 83 connection will abort as normal.
84 .TP 84 .TP
85 .B \-A
86 Forward agent connections to the remote host. dbclient will use any
87 OpenSSH-style agent program if available ($SSH_AUTH_SOCK will be set) for
88 public key authentication. Forwarding is only enabled if -A is specified.
89 .TP
85 .B \-W \fIwindowsize 90 .B \-W \fIwindowsize
86 Specify the per-channel receive window buffer size. Increasing this 91 Specify the per-channel receive window buffer size. Increasing this
87 may improve network performance at the expense of memory use. Use -h to see the 92 may improve network performance at the expense of memory use. Use -h to see the
88 default buffer size. 93 default buffer size.
89 .TP 94 .TP