parent
b79efde5c3
commit
a5375ccb97
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: ssh-agent.c,v 1.192 2014/12/21 22:27:56 djm Exp $ */
|
/* $OpenBSD: ssh-agent.c,v 1.193 2014/12/21 23:35:14 jmc Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -1027,8 +1027,8 @@ static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-t life]\n"
|
"usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash]\n"
|
||||||
" [-E fingerprint_hash] [command [arg ...]]\n"
|
" [-t life] [command [arg ...]]\n"
|
||||||
" ssh-agent [-c | -s] -k\n");
|
" ssh-agent [-c | -s] -k\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.183 2014/12/21 22:27:55 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.184 2014/12/21 23:35:14 jmc Exp $
|
||||||
.Dd $Mdocdate: December 21 2014 $
|
.Dd $Mdocdate: December 21 2014 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -493,7 +493,6 @@ and
|
||||||
.Dq sha256 .
|
.Dq sha256 .
|
||||||
The default is
|
The default is
|
||||||
.Dq sha256 .
|
.Dq sha256 .
|
||||||
.Pp
|
|
||||||
.It Cm ForceCommand
|
.It Cm ForceCommand
|
||||||
Forces the execution of the command specified by
|
Forces the execution of the command specified by
|
||||||
.Cm ForceCommand ,
|
.Cm ForceCommand ,
|
||||||
|
|
Loading…
Reference in New Issue