summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh_config.59
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 1c0663d81..f0c242a24 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.308 2019/11/18 23:16:49 naddy Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.309 2019/11/18 23:17:48 naddy Exp $
37.Dd $Mdocdate: November 18 2019 $ 37.Dd $Mdocdate: November 18 2019 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -1453,7 +1453,12 @@ For more information on KRLs, see the KEY REVOCATION LISTS section in
1453.It Cm SecurityKeyProvider 1453.It Cm SecurityKeyProvider
1454Specifies a path to a security key provider library that will be used when 1454Specifies a path to a security key provider library that will be used when
1455loading any security key-hosted keys, overriding the default of using 1455loading any security key-hosted keys, overriding the default of using
1456the build-in support for USB HID keys. 1456the built-in support for USB HID keys.
1457.Pp
1458If the specified value begins with a
1459.Sq $
1460character, then it will be treated as an environment variable containing
1461the path to the library.
1457.It Cm SendEnv 1462.It Cm SendEnv
1458Specifies what variables from the local 1463Specifies what variables from the local
1459.Xr environ 7 1464.Xr environ 7