mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-18 16:14:34 +00:00
upstream: mention PKCS11Provide=none, reword a little and remove
mention of RSA keys only (since we support ECDSA now and might support others in the future). Inspired by Jakub Jelen via bz#2974 OpenBSD-Commit-ID: a92e3686561bf624ccc64ab320c96c9e9a263aa5
This commit is contained in:
parent
95a8058c1a
commit
de817e9dfa
14
ssh_config.5
14
ssh_config.5
@ -33,8 +33,8 @@
|
|||||||
.\" (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.291 2019/02/23 08:20:43 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.292 2019/03/01 02:16:47 djm Exp $
|
||||||
.Dd $Mdocdate: February 23 2019 $
|
.Dd $Mdocdate: March 1 2019 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1180,11 +1180,13 @@ or
|
|||||||
.Cm no
|
.Cm no
|
||||||
(the default).
|
(the default).
|
||||||
.It Cm PKCS11Provider
|
.It Cm PKCS11Provider
|
||||||
Specifies which PKCS#11 provider to use.
|
Specifies which PKCS#11 provider to use or
|
||||||
The argument to this keyword is the PKCS#11 shared library
|
.Cm none
|
||||||
|
to indicate that no provider should be used (the default).
|
||||||
|
The argument to this keyword is a path to the PKCS#11 shared library
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
should use to communicate with a PKCS#11 token providing the user's
|
should use to communicate with a PKCS#11 token providing keys for user
|
||||||
private RSA key.
|
authentication.
|
||||||
.It Cm Port
|
.It Cm Port
|
||||||
Specifies the port number to connect on the remote host.
|
Specifies the port number to connect on the remote host.
|
||||||
The default is 22.
|
The default is 22.
|
||||||
|
Loading…
Reference in New Issue
Block a user