This commit is contained in:
parent
d4de5c0c42
commit
bad83cd436
22
openssh-4.6p1-challenge.patch
Normal file
22
openssh-4.6p1-challenge.patch
Normal file
@ -0,0 +1,22 @@
|
||||
--- servconf.c
|
||||
+++ servconf.c
|
||||
@@ -266,6 +266,10 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
+ /* challenge-response is implemented via keyboard interactive */
|
||||
+ if (options->challenge_response_authentication == 1)
|
||||
+ options->kbd_interactive_authentication = 1;
|
||||
+
|
||||
}
|
||||
|
||||
/* Keyword tokens. */
|
||||
@@ -1398,8 +1402,4 @@
|
||||
if (bad_options > 0)
|
||||
fatal("%s: terminating, %d bad configuration options",
|
||||
filename, bad_options);
|
||||
-
|
||||
- /* challenge-response is implemented via keyboard interactive */
|
||||
- if (options->challenge_response_authentication == 1)
|
||||
- options->kbd_interactive_authentication = 1;
|
||||
}
|
@ -15,7 +15,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev
|
||||
License: Other License(s), see package
|
||||
Group: Productivity/Networking/SSH
|
||||
Version: 4.6p1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||
Autoreqprov: on
|
||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 19:14:26 CET 2007 - nadvornik@suse.cz
|
||||
|
||||
- fixed default for ChallengeResponseAuthentication [#255374]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 10:56:31 CET 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -29,7 +29,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr
|
||||
Conflicts: nonfreessh
|
||||
Autoreqprov: on
|
||||
Version: 4.6p1
|
||||
Release: 1
|
||||
Release: 2
|
||||
%define xversion 1.2.4.1
|
||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||
URL: http://www.openssh.com/
|
||||
@ -63,6 +63,7 @@ Patch41: %{name}-%{version}-gcc-fix.patch
|
||||
Patch42: %{name}-gssapi_krb5-fix.patch
|
||||
Patch43: %{name}-%{version}-default-protocol.diff
|
||||
Patch44: %{name}-%{version}-audit.patch
|
||||
Patch45: %{name}-%{version}-challenge.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%package askpass
|
||||
Summary: A passphrase dialog for OpenSSH and the X Window System
|
||||
@ -151,6 +152,7 @@ Authors:
|
||||
%patch42
|
||||
%patch43
|
||||
%patch44 -p1
|
||||
%patch45
|
||||
cp -v %{SOURCE4} .
|
||||
cp -v %{SOURCE6} .
|
||||
cd ../x11-ssh-askpass-%{xversion}
|
||||
@ -294,6 +296,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config %_appdefdir/SshAskpass
|
||||
|
||||
%changelog
|
||||
* Mon Mar 19 2007 - nadvornik@suse.cz
|
||||
- fixed default for ChallengeResponseAuthentication [#255374]
|
||||
* Mon Mar 12 2007 - anicka@suse.cz
|
||||
- update to 4.6p1
|
||||
* sshd now allows the enabling and disabling of authentication
|
||||
|
Loading…
Reference in New Issue
Block a user