2023-08-10 16:37:32 +02:00
|
|
|
.\" $OpenBSD: ssh-agent.1,v 1.79 2023/08/10 14:37:32 naddy Exp $
|
1999-10-29 01:15:49 +02:00
|
|
|
.\"
|
|
|
|
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
|
|
|
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
|
|
|
.\" All rights reserved
|
|
|
|
.\"
|
2000-09-16 04:29:08 +02:00
|
|
|
.\" As far as I am concerned, the code I have written for this software
|
|
|
|
.\" can be used freely for any purpose. Any derived versions of this
|
|
|
|
.\" software must be clearly marked as such, and if the derived work is
|
|
|
|
.\" incompatible with the protocol description in the RFC file, it must be
|
|
|
|
.\" called by a name other than "ssh" or "Secure Shell".
|
|
|
|
.\"
|
2001-03-05 07:59:27 +01:00
|
|
|
.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
|
|
|
|
.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
|
|
|
|
.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
|
2000-09-16 04:29:08 +02:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1999-10-29 01:15:49 +02:00
|
|
|
.\"
|
2023-08-10 16:37:32 +02:00
|
|
|
.Dd $Mdocdate: August 10 2023 $
|
1999-10-29 01:15:49 +02:00
|
|
|
.Dt SSH-AGENT 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ssh-agent
|
2019-11-30 08:07:59 +01:00
|
|
|
.Nd OpenSSH authentication agent
|
1999-10-29 01:15:49 +02:00
|
|
|
.Sh SYNOPSIS
|
2000-04-13 04:26:34 +02:00
|
|
|
.Nm ssh-agent
|
2010-09-10 03:12:38 +02:00
|
|
|
.Op Fl c | s
|
2019-11-19 17:02:32 +01:00
|
|
|
.Op Fl \&Dd
|
2007-09-17 08:05:50 +02:00
|
|
|
.Op Fl a Ar bind_address
|
2014-12-21 23:27:55 +01:00
|
|
|
.Op Fl E Ar fingerprint_hash
|
2022-10-07 06:06:26 +02:00
|
|
|
.Op Fl O Ar option
|
2020-06-22 07:52:05 +02:00
|
|
|
.Op Fl P Ar allowed_providers
|
2016-11-30 07:54:26 +01:00
|
|
|
.Op Fl t Ar life
|
2020-06-19 09:21:42 +02:00
|
|
|
.Nm ssh-agent
|
|
|
|
.Op Fl a Ar bind_address
|
|
|
|
.Op Fl E Ar fingerprint_hash
|
2022-10-07 06:06:26 +02:00
|
|
|
.Op Fl O Ar option
|
2020-06-22 07:52:05 +02:00
|
|
|
.Op Fl P Ar allowed_providers
|
2020-06-19 09:21:42 +02:00
|
|
|
.Op Fl t Ar life
|
|
|
|
.Ar command Op Ar arg ...
|
2019-11-19 17:02:32 +01:00
|
|
|
.Nm ssh-agent
|
|
|
|
.Op Fl c | s
|
|
|
|
.Fl k
|
2000-04-13 04:26:34 +02:00
|
|
|
.Sh DESCRIPTION
|
1999-10-29 01:15:49 +02:00
|
|
|
.Nm
|
2019-11-28 13:23:25 +01:00
|
|
|
is a program to hold private keys used for public key authentication.
|
2000-03-26 05:04:51 +02:00
|
|
|
Through use of environment variables the agent can be located
|
2000-08-23 02:46:23 +02:00
|
|
|
and automatically used for authentication when logging in to other
|
1999-10-29 01:15:49 +02:00
|
|
|
machines using
|
|
|
|
.Xr ssh 1 .
|
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width Ds
|
2002-06-06 23:46:08 +02:00
|
|
|
.It Fl a Ar bind_address
|
2009-10-24 02:41:34 +02:00
|
|
|
Bind the agent to the
|
2009-10-24 02:42:44 +02:00
|
|
|
.Ux Ns -domain
|
|
|
|
socket
|
2002-06-06 23:46:08 +02:00
|
|
|
.Ar bind_address .
|
|
|
|
The default is
|
2010-12-01 01:50:35 +01:00
|
|
|
.Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt .
|
1999-10-29 01:15:49 +02:00
|
|
|
.It Fl c
|
|
|
|
Generate C-shell commands on
|
|
|
|
.Dv stdout .
|
|
|
|
This is the default if
|
|
|
|
.Ev SHELL
|
|
|
|
looks like it's a csh style of shell.
|
2015-04-24 07:26:44 +02:00
|
|
|
.It Fl D
|
|
|
|
Foreground mode.
|
2022-03-31 19:27:27 +02:00
|
|
|
When this option is specified,
|
2015-04-24 07:26:44 +02:00
|
|
|
.Nm
|
|
|
|
will not fork.
|
2007-09-17 08:05:50 +02:00
|
|
|
.It Fl d
|
|
|
|
Debug mode.
|
2022-03-31 19:27:27 +02:00
|
|
|
When this option is specified,
|
2007-09-17 08:05:50 +02:00
|
|
|
.Nm
|
2015-04-24 07:26:44 +02:00
|
|
|
will not fork and will write debug information to standard error.
|
2014-12-21 23:27:55 +01:00
|
|
|
.It Fl E Ar fingerprint_hash
|
|
|
|
Specifies the hash algorithm used when displaying key fingerprints.
|
|
|
|
Valid options are:
|
|
|
|
.Dq md5
|
|
|
|
and
|
|
|
|
.Dq sha256 .
|
|
|
|
The default is
|
|
|
|
.Dq sha256 .
|
2007-09-17 08:05:50 +02:00
|
|
|
.It Fl k
|
|
|
|
Kill the current agent (given by the
|
|
|
|
.Ev SSH_AGENT_PID
|
|
|
|
environment variable).
|
2022-10-07 06:06:26 +02:00
|
|
|
.It Fl O Ar option
|
|
|
|
Specify an option when starting
|
2022-10-07 08:00:58 +02:00
|
|
|
.Nm .
|
2023-07-19 15:56:33 +02:00
|
|
|
Currently two options are supported:
|
|
|
|
.Cm allow-remote-pkcs11
|
|
|
|
and
|
2022-10-07 06:06:26 +02:00
|
|
|
.Cm no-restrict-websafe .
|
2023-07-19 15:56:33 +02:00
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Cm allow-remote-pkcs11
|
|
|
|
option allows clients of a forwarded
|
|
|
|
.Nm
|
|
|
|
to load PKCS#11 or FIDO provider libraries.
|
|
|
|
By default only local clients may perform this operation.
|
2023-07-23 22:04:45 +02:00
|
|
|
Note that signalling that an
|
2023-07-19 15:56:33 +02:00
|
|
|
.Nm
|
2023-07-23 22:04:45 +02:00
|
|
|
client is remote is performed by
|
2023-07-19 15:56:33 +02:00
|
|
|
.Xr ssh 1 ,
|
2023-08-10 16:37:32 +02:00
|
|
|
and use of other tools to forward access to the agent socket may circumvent
|
2023-07-19 15:56:33 +02:00
|
|
|
this restriction.
|
|
|
|
.Pp
|
|
|
|
The
|
2023-07-20 07:43:39 +02:00
|
|
|
.Cm no-restrict-websafe
|
|
|
|
option instructs
|
2022-10-07 08:00:58 +02:00
|
|
|
.Nm
|
2022-10-07 06:06:26 +02:00
|
|
|
to permit signatures using FIDO keys that might be web authentication
|
|
|
|
requests.
|
|
|
|
By default,
|
2022-10-07 08:00:58 +02:00
|
|
|
.Nm
|
2022-10-07 06:06:26 +02:00
|
|
|
refuses signature requests for FIDO keys where the key application string
|
|
|
|
does not start with
|
|
|
|
.Dq ssh:
|
|
|
|
and when the data to be signed does not appear to be a
|
|
|
|
.Xr ssh 1
|
|
|
|
user authentication request or a
|
|
|
|
.Xr ssh-keygen 1
|
|
|
|
signature.
|
|
|
|
The default behaviour prevents forwarded access to a FIDO key from also
|
|
|
|
implicitly forwarding the ability to authenticate to websites.
|
2020-06-22 07:52:05 +02:00
|
|
|
.It Fl P Ar allowed_providers
|
|
|
|
Specify a pattern-list of acceptable paths for PKCS#11 provider and FIDO
|
|
|
|
authenticator middleware shared libraries that may be used with the
|
2019-10-31 22:22:01 +01:00
|
|
|
.Fl S
|
2019-11-28 13:23:25 +01:00
|
|
|
or
|
|
|
|
.Fl s
|
2019-10-31 22:22:01 +01:00
|
|
|
options to
|
2016-11-30 04:07:37 +01:00
|
|
|
.Xr ssh-add 1 .
|
2020-06-22 07:52:05 +02:00
|
|
|
Libraries that do not match the pattern list will be refused.
|
2016-11-30 04:07:37 +01:00
|
|
|
See PATTERNS in
|
|
|
|
.Xr ssh_config 5
|
|
|
|
for a description of pattern-list syntax.
|
2020-06-22 07:52:05 +02:00
|
|
|
The default list is
|
2023-10-04 01:54:04 +02:00
|
|
|
.Dq usr/lib*/*,/usr/local/lib*/* .
|
1999-10-29 01:15:49 +02:00
|
|
|
.It Fl s
|
|
|
|
Generate Bourne shell commands on
|
|
|
|
.Dv stdout .
|
|
|
|
This is the default if
|
|
|
|
.Ev SHELL
|
|
|
|
does not look like it's a csh style of shell.
|
2003-01-22 01:47:19 +01:00
|
|
|
.It Fl t Ar life
|
2003-04-01 13:42:14 +02:00
|
|
|
Set a default value for the maximum lifetime of identities added to the agent.
|
2003-01-22 01:47:19 +01:00
|
|
|
The lifetime may be specified in seconds or in a time format specified in
|
2005-11-28 07:05:40 +01:00
|
|
|
.Xr sshd_config 5 .
|
2003-01-22 01:47:19 +01:00
|
|
|
A lifetime specified for an identity with
|
|
|
|
.Xr ssh-add 1
|
|
|
|
overrides this value.
|
|
|
|
Without this option the default maximum lifetime is forever.
|
2019-11-28 13:23:25 +01:00
|
|
|
.It Ar command Op Ar arg ...
|
|
|
|
If a command (and optional arguments) is given,
|
|
|
|
this is executed as a subprocess of the agent.
|
|
|
|
The agent exits automatically when the command given on the command
|
|
|
|
line terminates.
|
1999-10-29 01:15:49 +02:00
|
|
|
.El
|
|
|
|
.Pp
|
2019-11-28 13:23:25 +01:00
|
|
|
There are two main ways to get an agent set up.
|
|
|
|
The first is at the start of an X session,
|
|
|
|
where all other windows or programs are started as children of the
|
|
|
|
.Nm
|
|
|
|
program.
|
|
|
|
The agent starts a command under which its environment
|
|
|
|
variables are exported, for example
|
2004-05-13 08:45:46 +02:00
|
|
|
.Cm ssh-agent xterm & .
|
2019-11-28 13:23:25 +01:00
|
|
|
When the command terminates, so does the agent.
|
2004-05-13 08:45:46 +02:00
|
|
|
.Pp
|
2019-11-28 13:23:25 +01:00
|
|
|
The second method is used for a login session.
|
|
|
|
When
|
|
|
|
.Nm
|
|
|
|
is started,
|
|
|
|
it prints the shell commands required to set its environment variables,
|
|
|
|
which in turn can be evaluated in the calling shell, for example
|
|
|
|
.Cm eval `ssh-agent -s` .
|
|
|
|
.Pp
|
|
|
|
In both cases,
|
1999-10-29 01:15:49 +02:00
|
|
|
.Xr ssh 1
|
2021-08-03 13:02:33 +02:00
|
|
|
looks at these environment variables
|
|
|
|
and uses them to establish a connection to the agent.
|
1999-10-29 01:15:49 +02:00
|
|
|
.Pp
|
2019-11-28 13:23:25 +01:00
|
|
|
The agent initially does not have any private keys.
|
|
|
|
Keys are added using
|
|
|
|
.Xr ssh-add 1
|
|
|
|
or by
|
|
|
|
.Xr ssh 1
|
|
|
|
when
|
|
|
|
.Cm AddKeysToAgent
|
|
|
|
is set in
|
|
|
|
.Xr ssh_config 5 .
|
|
|
|
Multiple identities may be stored in
|
|
|
|
.Nm
|
|
|
|
concurrently and
|
|
|
|
.Xr ssh 1
|
|
|
|
will automatically use them if present.
|
|
|
|
.Xr ssh-add 1
|
|
|
|
is also used to remove keys from
|
|
|
|
.Nm
|
|
|
|
and to query the keys that are held in one.
|
2001-12-06 17:37:51 +01:00
|
|
|
.Pp
|
2019-11-28 13:23:25 +01:00
|
|
|
Connections to
|
|
|
|
.Nm
|
|
|
|
may be forwarded from further remote hosts using the
|
|
|
|
.Fl A
|
|
|
|
option to
|
|
|
|
.Xr ssh 1
|
|
|
|
(but see the caveats documented therein),
|
|
|
|
avoiding the need for authentication data to be stored on other machines.
|
|
|
|
Authentication passphrases and private keys never go over the network:
|
|
|
|
the connection to the agent is forwarded over SSH remote connections
|
|
|
|
and the result is returned to the requester,
|
|
|
|
allowing the user access to their identities anywhere in the network
|
|
|
|
in a secure fashion.
|
|
|
|
.Sh ENVIRONMENT
|
|
|
|
.Bl -tag -width "SSH_AGENT_PID"
|
|
|
|
.It Ev SSH_AGENT_PID
|
|
|
|
When
|
|
|
|
.Nm
|
|
|
|
starts, it stores the name of the agent's process ID (PID) in this variable.
|
|
|
|
.It Ev SSH_AUTH_SOCK
|
|
|
|
When
|
|
|
|
.Nm
|
|
|
|
starts, it creates a
|
2009-10-24 02:42:44 +02:00
|
|
|
.Ux Ns -domain
|
2019-11-28 13:23:25 +01:00
|
|
|
socket and stores its pathname in this variable.
|
|
|
|
It is accessible only to the current user,
|
|
|
|
but is easily abused by root or another instance of the same user.
|
|
|
|
.El
|
1999-10-29 01:15:49 +02:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width Ds
|
2016-11-30 07:54:26 +01:00
|
|
|
.It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
|
2009-10-24 02:42:44 +02:00
|
|
|
.Ux Ns -domain
|
|
|
|
sockets used to contain the connection to the authentication agent.
|
2000-03-26 05:04:51 +02:00
|
|
|
These sockets should only be readable by the owner.
|
|
|
|
The sockets should get automatically removed when the agent exits.
|
2000-07-11 09:31:38 +02:00
|
|
|
.El
|
2003-06-11 14:04:39 +02:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ssh 1 ,
|
|
|
|
.Xr ssh-add 1 ,
|
|
|
|
.Xr ssh-keygen 1 ,
|
2019-11-28 13:23:25 +01:00
|
|
|
.Xr ssh_config 5 ,
|
2003-06-11 14:04:39 +02:00
|
|
|
.Xr sshd 8
|
2000-11-13 12:57:25 +01:00
|
|
|
.Sh AUTHORS
|
2016-11-30 07:54:26 +01:00
|
|
|
.An -nosplit
|
|
|
|
OpenSSH is a derivative of the original and free ssh 1.2.12 release by
|
|
|
|
.An Tatu Ylonen .
|
|
|
|
.An Aaron Campbell , Bob Beck , Markus Friedl , Niels Provos , Theo de Raadt
|
|
|
|
and
|
|
|
|
.An Dug Song
|
|
|
|
removed many bugs, re-added newer features and created OpenSSH.
|
|
|
|
.An Markus Friedl
|
|
|
|
contributed the support for SSH protocol versions 1.5 and 2.0.
|