Mercurial > dropbear
comparison dbclient.1 @ 772:7fc0aeada79c
-y -y to disable hostkey checking
fix missing trailing space when passing arguments for multihop mode
From Hans Harder
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 14 Apr 2013 22:49:10 +0800 |
parents | aadfa8de977d |
children | e8b2ca448928 |
comparison
equal
deleted
inserted
replaced
719:1b8b2b9d6e94 | 772:7fc0aeada79c |
---|---|
78 forwarded ports, though remote connections to -R forwarded ports may be limited | 78 forwarded ports, though remote connections to -R forwarded ports may be limited |
79 by the ssh server. | 79 by the ssh server. |
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. If specified a second time no host key checking |
84 is performed at all, this is usually undesirable. | |
84 .TP | 85 .TP |
85 .B \-A | 86 .B \-A |
86 Forward agent connections to the remote host. dbclient will use any | 87 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 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 public key authentication. Forwarding is only enabled if -A is specified. |