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 dce5f404b..555317887 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
@@ -1409,6 +1409,25 @@ or related script.
1409may be necessary to redirect the input from 1409may be necessary to redirect the input from
1410.Pa /dev/null 1410.Pa /dev/null
1411to make this work.) 1411to make this work.)
1412.It Ev SSH_ASKPASS_REQUIRE
1413Allows further control over the use of an askpass program.
1414If this variable is set to
1415.Dq never
1416then
1417.Nm
1418will never attempt to use one.
1419If it is set to
1420.Dq prefer ,
1421then
1422.Nm
1423will prefer to use the askpass program instead of the TTY when requesting
1424passwords.
1425Finally, if the variable is set to
1426.Dq force ,
1427then the askpass program will be used for all passphrase input regardless
1428of whether
1429.Ev DISPLAY
1430is set.
1412.It Ev SSH_AUTH_SOCK 1431.It Ev SSH_AUTH_SOCK
1413Identifies the path of a 1432Identifies the path of a
1414.Ux Ns -domain 1433.Ux Ns -domain