summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
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 */