diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 11:23:28 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 11:23:28 +0200 |
commit | 53237ac789183946dac6dcb8838bc3b6b9b43be1 (patch) | |
tree | 31ed14140bcb836aae89e13b2a32ba51ce482883 /ssh.1 | |
parent | Disable rocky84 to figure out why agent test fails (diff) | |
download | openssh-53237ac789183946dac6dcb8838bc3b6b9b43be1.tar.xz openssh-53237ac789183946dac6dcb8838bc3b6b9b43be1.zip |
Sync remaining ChallengeResponse removal.
These were omitted from commit 88868fd131.
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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.1,v 1.420 2021/06/25 06:20:39 dtucker Exp $ -.Dd $Mdocdate: June 25 2021 $ +.\" $OpenBSD: ssh.1,v 1.421 2021/07/02 05:11:21 dtucker Exp $ +.Dd $Mdocdate: July 2 2021 $ .Dt SSH 1 .Os .Sh NAME @@ -485,7 +485,6 @@ For full details of the options listed below, and their possible values, see .It CanonicalizePermittedCNAMEs .It CASignatureAlgorithms .It CertificateFile -.It ChallengeResponseAuthentication .It CheckHostIP .It Ciphers .It ClearAllForwardings @@ -833,7 +832,7 @@ The methods available for authentication are: GSSAPI-based authentication, host-based authentication, public key authentication, -challenge-response authentication, +keyboard-interactive authentication, and password authentication. Authentication methods are tried in the order specified above, though @@ -971,11 +970,11 @@ directive in .Xr ssh_config 5 for more information. .Pp -Challenge-response authentication works as follows: +Keyboard-interactive authentication works as follows: The server sends an arbitrary .Qq challenge -text, and prompts for a response. -Examples of challenge-response authentication include +text and prompts for a response, possibly multiple times. +Examples of keyboard-interactive authentication include .Bx Authentication (see .Xr login.conf 5 ) |