summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.123
1 files changed, 21 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 035823da3..ad48fc8c8 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
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.1,v 1.412 2020/04/17 03:34:42 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.414 2020/07/15 05:40:05 jmc Exp $
37.Dd $Mdocdate: April 17 2020 $ 37.Dd $Mdocdate: July 15 2020 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1445,6 +1445,25 @@ or related script.
1445may be necessary to redirect the input from 1445may be necessary to redirect the input from
1446.Pa /dev/null 1446.Pa /dev/null
1447to make this work.) 1447to make this work.)
1448.It Ev SSH_ASKPASS_REQUIRE
1449Allows further control over the use of an askpass program.
1450If this variable is set to
1451.Dq never
1452then
1453.Nm
1454will never attempt to use one.
1455If it is set to
1456.Dq prefer ,
1457then
1458.Nm
1459will prefer to use the askpass program instead of the TTY when requesting
1460passwords.
1461Finally, if the variable is set to
1462.Dq force ,
1463then the askpass program will be used for all passphrase input regardless
1464of whether
1465.Ev DISPLAY
1466is set.
1448.It Ev SSH_AUTH_SOCK 1467.It Ev SSH_AUTH_SOCK
1449Identifies the path of a 1468Identifies the path of a
1450.Ux Ns -domain 1469.Ux Ns -domain