View | Details | Raw Unified | Return to bug 1408 | Differences between
and this patch

Collapse All | Expand All

(-)../openssh-4.7p1.orig/sshd.0 (-2 / +2 lines)
Lines 527-534 Link Here
527
527
528
SEE ALSO
528
SEE ALSO
529
     scp(1), sftp(1), ssh(1), ssh-add(1), ssh-agent(1), ssh-keygen(1),
529
     scp(1), sftp(1), ssh(1), ssh-add(1), ssh-agent(1), ssh-keygen(1),
530
     ssh-keyscan(1), chroot(2), hosts_access(5), login.conf(5), moduli(5),
530
     ssh-keyscan(1), chroot(2), hosts_access(5), sshd_config(5)
531
     sshd_config(5), inetd(8), sftp-server(8)
531
     sftp-server(8)
532
532
533
AUTHORS
533
AUTHORS
534
     OpenSSH is a derivative of the original and free ssh 1.2.12 release by
534
     OpenSSH is a derivative of the original and free ssh 1.2.12 release by
(-)../openssh-4.7p1.orig/sshd.8 (-3 lines)
Lines 833-842 Link Here
833
.Xr ssh-keyscan 1 ,
833
.Xr ssh-keyscan 1 ,
834
.Xr chroot 2 ,
834
.Xr chroot 2 ,
835
.Xr hosts_access 5 ,
835
.Xr hosts_access 5 ,
836
.Xr login.conf 5 ,
837
.Xr moduli 5 ,
838
.Xr sshd_config 5 ,
836
.Xr sshd_config 5 ,
839
.Xr inetd 8 ,
840
.Xr sftp-server 8
837
.Xr sftp-server 8
841
.Sh AUTHORS
838
.Sh AUTHORS
842
OpenSSH is a derivative of the original and free
839
OpenSSH is a derivative of the original and free
(-)../openssh-4.7p1.orig/sshd_config.0 (-2 / +1 lines)
Lines 84-91 Link Here
84
84
85
     ChallengeResponseAuthentication
85
     ChallengeResponseAuthentication
86
             Specifies whether challenge-response authentication is allowed.
86
             Specifies whether challenge-response authentication is allowed.
87
             All authentication styles from login.conf(5) are supported.  The
87
             The default is ``yes''.
88
             default is ``yes''.
89
88
90
     Ciphers
89
     Ciphers
91
             Specifies the ciphers allowed for protocol version 2.  Multiple
90
             Specifies the ciphers allowed for protocol version 2.  Multiple
(-)../openssh-4.7p1.orig/sshd_config.5 (-3 lines)
Lines 167-175 Link Here
167
By default, no banner is displayed.
167
By default, no banner is displayed.
168
.It Cm ChallengeResponseAuthentication
168
.It Cm ChallengeResponseAuthentication
169
Specifies whether challenge-response authentication is allowed.
169
Specifies whether challenge-response authentication is allowed.
170
All authentication styles from
171
.Xr login.conf 5
172
are supported.
173
The default is
170
The default is
174
.Dq yes .
171
.Dq yes .
175
.It Cm Ciphers
172
.It Cm Ciphers

Return to bug 1408