mirror of git://anongit.mindrot.org/openssh.git
- stevesk@cvs.openbsd.org 2002/05/26 20:35:10
[ssh.1] sort ChallengeResponseAuthentication; ok markus@
This commit is contained in:
parent
855bf3ac3c
commit
033a49c7cc
|
@ -35,6 +35,9 @@
|
|||
[auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c
|
||||
auth2-passwd.c auth2-pubkey.c Makefile.in]
|
||||
split auth2.c into one file per method; ok provos@/deraadt@
|
||||
- stevesk@cvs.openbsd.org 2002/05/26 20:35:10
|
||||
[ssh.1]
|
||||
sort ChallengeResponseAuthentication; ok markus@
|
||||
|
||||
20020604
|
||||
- (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
|
||||
|
@ -719,4 +722,4 @@
|
|||
- (stevesk) entropy.c: typo in debug message
|
||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||
|
||||
$Id: ChangeLog,v 1.2153 2002/06/06 20:27:55 mouring Exp $
|
||||
$Id: ChangeLog,v 1.2154 2002/06/06 20:30:28 mouring Exp $
|
||||
|
|
18
ssh.1
18
ssh.1
|
@ -34,7 +34,7 @@
|
|||
.\" (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.151 2002/05/06 23:34:33 millert Exp $
|
||||
.\" $OpenBSD: ssh.1,v 1.152 2002/05/26 20:35:10 stevesk Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH 1
|
||||
.Os
|
||||
|
@ -735,6 +735,14 @@ Note that this option does not work if
|
|||
.Cm UsePrivilegedPort
|
||||
is set to
|
||||
.Dq yes .
|
||||
.It Cm ChallengeResponseAuthentication
|
||||
Specifies whether to use challenge response authentication.
|
||||
The argument to this keyword must be
|
||||
.Dq yes
|
||||
or
|
||||
.Dq no .
|
||||
The default is
|
||||
.Dq yes .
|
||||
.It Cm CheckHostIP
|
||||
If this flag is set to
|
||||
.Dq yes ,
|
||||
|
@ -1126,14 +1134,6 @@ running.
|
|||
The default is
|
||||
.Dq yes .
|
||||
Note that this option applies to protocol version 1 only.
|
||||
.It Cm ChallengeResponseAuthentication
|
||||
Specifies whether to use challenge response authentication.
|
||||
The argument to this keyword must be
|
||||
.Dq yes
|
||||
or
|
||||
.Dq no .
|
||||
The default is
|
||||
.Dq yes .
|
||||
.It Cm SmartcardDevice
|
||||
Specifies which smartcard device to use. The argument to this keyword is
|
||||
the device
|
||||
|
|
Loading…
Reference in New Issue