Accepting request 42332 from Base:System
Copy from Base:System/openssh based on submit request 42332 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/42332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=44
This commit is contained in:
parent
a1ec7168a9
commit
18941a2fa0
@ -2,16 +2,14 @@ Index: ssh_config
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- ssh_config.orig
|
--- ssh_config.orig
|
||||||
+++ ssh_config
|
+++ ssh_config
|
||||||
@@ -67,5 +67,14 @@ ForwardX11Trusted yes
|
@@ -67,5 +67,12 @@ ForwardX11Trusted yes
|
||||||
SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
||||||
SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
||||||
SendEnv LC_IDENTIFICATION LC_ALL
|
SendEnv LC_IDENTIFICATION LC_ALL
|
||||||
-# VisualHostKey no
|
-# VisualHostKey no
|
||||||
+# This will print the fingerprint of the host key in "visual" form
|
+# This will print the fingerprint of the host key in "visual" form
|
||||||
+# this should make it easier to also recognize bad things
|
+# this should make it easier to also recognize bad things
|
||||||
+# (enabled for openSUSE Factory before 11.3, if too much people are against,
|
+VisualHostKey no
|
||||||
+# we can disable it again. meissner@novell.com)
|
|
||||||
+VisualHostKey yes
|
|
||||||
+
|
+
|
||||||
+# This will hash new host keys and make them so unusable for malicious
|
+# This will hash new host keys and make them so unusable for malicious
|
||||||
+# people or software trying to use known_hosts to find further hops.
|
+# people or software trying to use known_hosts to find further hops.
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev
|
|||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Productivity/Networking/SSH
|
Group: Productivity/Networking/SSH
|
||||||
Version: 5.4p1
|
Version: 5.4p1
|
||||||
Release: 5
|
Release: 6
|
||||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 30 16:01:30 CEST 2010 - meissner@suse.de
|
||||||
|
|
||||||
|
- Disable visual hostkey support again, after discussion on
|
||||||
|
its usefulness.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 17 18:11:33 UTC 2010 - cristian.rodriguez@opensuse.org
|
Mon May 17 18:11:33 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ PreReq: pwdutils %insserv_prereq %fillup_prereq coreutils permissions
|
|||||||
Conflicts: nonfreessh
|
Conflicts: nonfreessh
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 5.4p1
|
Version: 5.4p1
|
||||||
Release: 5
|
Release: 6
|
||||||
%define xversion 1.2.4.1
|
%define xversion 1.2.4.1
|
||||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||||
Url: http://www.openssh.com/
|
Url: http://www.openssh.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user