summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-07-03 19:23:28 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-07-03 19:23:28 +1000
commit53237ac789183946dac6dcb8838bc3b6b9b43be1 (patch)
tree31ed14140bcb836aae89e13b2a32ba51ce482883 /ssh_config.5
parent2c9e4b319f7e98744b188b0f58859d431def343b (diff)
downloadopenssh-git-53237ac789183946dac6dcb8838bc3b6b9b43be1.tar.gz
Sync remaining ChallengeResponse removal.
These were omitted from commit 88868fd131.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.513
1 files changed, 4 insertions, 9 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 438bd803..aaa331a1 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
.\" (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.354 2021/06/04 05:10:03 djm Exp $
-.Dd $Mdocdate: June 4 2021 $
+.\" $OpenBSD: ssh_config.5,v 1.355 2021/07/02 05:11:21 dtucker Exp $
+.Dd $Mdocdate: July 2 2021 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -412,13 +412,6 @@ Multiple
.Cm CertificateFile
directives will add to the list of certificates used for
authentication.
-.It Cm ChallengeResponseAuthentication
-Specifies whether to use challenge-response authentication.
-The argument to this keyword must be
-.Cm yes
-(the default)
-or
-.Cm no .
.It Cm CheckHostIP
If set to
.Cm yes
@@ -1085,6 +1078,8 @@ The argument to this keyword must be
(the default)
or
.Cm no .
+.Cm ChallengeResponseAuthentication
+is a deprecated alias for this.
.It Cm KbdInteractiveDevices
Specifies the list of methods to use in keyboard-interactive authentication.
Multiple method names must be comma-separated.