summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2019-11-18 23:17:48 +0000
committerDamien Miller <djm@mindrot.org>2019-11-20 09:27:29 +1100
commit2cf262c21f35296c2ff718cfdb52e0473a1c3983 (patch)
tree060371d56679dd4c244a791b7aa38e35f38e8cfb /ssh_config.5
parentf0edda81c5ebccffcce52b182c3033531a1aab71 (diff)
downloadopenssh-git-2cf262c21f35296c2ff718cfdb52e0473a1c3983.tar.gz
upstream: document '$' environment variable expansion for
SecurityKeyProvider; ok djm@ OpenBSD-Commit-ID: 76db507ebd336a573e1cd4146cc40019332c5799
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.59
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 1c0663d8..f0c242a2 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.308 2019/11/18 23:16:49 naddy Exp $
+.\" $OpenBSD: ssh_config.5,v 1.309 2019/11/18 23:17:48 naddy Exp $
.Dd $Mdocdate: November 18 2019 $
.Dt SSH_CONFIG 5
.Os
@@ -1453,7 +1453,12 @@ For more information on KRLs, see the KEY REVOCATION LISTS section in
.It Cm SecurityKeyProvider
Specifies a path to a security key provider library that will be used when
loading any security key-hosted keys, overriding the default of using
-the build-in support for USB HID keys.
+the built-in support for USB HID keys.
+.Pp
+If the specified value begins with a
+.Sq $
+character, then it will be treated as an environment variable containing
+the path to the library.
.It Cm SendEnv
Specifies what variables from the local
.Xr environ 7