[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY
[Thread Prev] | [Thread Next]
- Subject: Re: [PATCH 2/3] doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 27 Mar 2014 11:04:06 +0100
- To: libssh@xxxxxxxxxx
On Friday 21 March 2014 21:28:40 Alan Dunn wrote: > Signed-off-by: Alan Dunn <amdunn@xxxxxxxxx> > --- > src/options.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/src/options.c b/src/options.c > index e272e4b..943d469 100644 > --- a/src/options.c > +++ b/src/options.c > @@ -1337,8 +1337,12 @@ static int ssh_bind_set_key(ssh_bind sshbind, char > **key_loc, * Set the bind port, default is 22. > * > * SSH_BIND_OPTIONS_HOSTKEY: > - * Set the server public key type: ssh-rsa or > ssh-dss - * (string). > + * Set the path to an ssh host key, regardless > + * of type. Only one key from per key type > + * (RSA, DSA, ECDSA) is allowed in an ssh_bind > + * at a time, and later calls to this function > + * with this option for the same key type will > + * override prior calls (const char *). > * > * SSH_BIND_OPTIONS_DSAKEY: > * Set the path to the ssh host dsa key (string). Please rebase on master and resend :) -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
[PATCH v2 0/3] Add generic host key loading | Alan Dunn <amdunn@xxxxxxxxx> |
[PATCH 0/3] Add generic host key loading | Alan Dunn <amdunn@xxxxxxxxx> |
[PATCH 2/3] doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY | Alan Dunn <amdunn@xxxxxxxxx> |