mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 18:02:20 +00:00
upstream: clarify that IdentitiesOnly also applies to the default
~/.ssh/id_* keys; bz#3062 OpenBSD-Commit-ID: 604be570e04646f0f4a17026f8b2aada6a585dfa
This commit is contained in:
parent
b36ee3fcb2
commit
7047d5afe3
@ -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: ssh_config.5,v 1.303 2019/09/13 04:27:35 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.304 2019/09/13 04:52:34 djm Exp $
|
||||||
.Dd $Mdocdate: September 13 2019 $
|
.Dd $Mdocdate: September 13 2019 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
@ -872,13 +872,13 @@ The default is the name given on the command line.
|
|||||||
.It Cm IdentitiesOnly
|
.It Cm IdentitiesOnly
|
||||||
Specifies that
|
Specifies that
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
should only use the authentication identity and certificate files explicitly
|
should only use the configured authentication identity and certificate files
|
||||||
configured in the
|
(either the default files, or those explicitly configured in the
|
||||||
.Nm
|
.Nm
|
||||||
files
|
files
|
||||||
or passed on the
|
or passed on the
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
command-line,
|
command-line),
|
||||||
even if
|
even if
|
||||||
.Xr ssh-agent 1
|
.Xr ssh-agent 1
|
||||||
or a
|
or a
|
||||||
|
Loading…
Reference in New Issue
Block a user