summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-10-20 14:12:31 +0100
committerColin Watson <cjwatson@debian.org>2020-10-20 14:12:31 +0100
commite371906fbbbbc11b0dced8fd4e0d258eb489d7c1 (patch)
tree4d0d8d2afd52572deb7910e29ff5a334b2bcf702 /ssh.h
parente429009cde648a41479cd1b60ce972760a2bdabc (diff)
parent3728919292c05983372954d27426f7d966813139 (diff)
New upstream release (8.4p1)
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index dda6f617e..8110c0602 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.89 2018/12/27 03:25:25 djm Exp $ */ 1/* $OpenBSD: ssh.h,v 1.90 2020/07/14 23:57:01 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -68,6 +68,11 @@
68#define SSH_ASKPASS_ENV "SSH_ASKPASS" 68#define SSH_ASKPASS_ENV "SSH_ASKPASS"
69 69
70/* 70/*
71 * Environment variable to control whether or not askpass is used.
72 */
73#define SSH_ASKPASS_REQUIRE_ENV "SSH_ASKPASS_REQUIRE"
74
75/*
71 * Force host key length and server key length to differ by at least this 76 * Force host key length and server key length to differ by at least this
72 * many bits. This is to make double encryption with rsaref work. 77 * many bits. This is to make double encryption with rsaref work.
73 */ 78 */