[Bug 618068] New: ssh DISPLAY not set unless /etc/sshd/sshd_config `X11UseLocalhost no' set
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c0 Summary: ssh DISPLAY not set unless /etc/sshd/sshd_config `X11UseLocalhost no' set Classification: openSUSE Product: openSUSE 11.3 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pablo@blueoakdb.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100611 SUSE/3.6.4-6.1 Firefox/3.6.4 Howdy, ssh'ing from `openSUSE 11.1' to `openSUSE 11.3 RC1' results in the DISPLAY shell variable not being set with a stock `/etc/sshd/sshd_config' file. The work-around is to set in `/etc/sshd/sshd_config', `X11UseLocalhost no' The solution was found by googling around. Note: I'm not sure whether I should set the severity to `Normal' or `Major' As I mentioned above, I was able to come up with a work-around but I'm not sure whether enough people will google for a solution. You'd think a savvy enough SysAdmin would ... In order to help others in searching for this bug, I'll also include `/var/log/messages' entries found during `ssh'ing without the above setting: sshd[5538]: error: Failed to allocate internet-domain X11 display socket. Below are the `sshd' configuration values for the two machines: `openSUSE 11.3 RC1' =================== ROOT-root@zoom-37-[/root]: grep -v '^#' /etc/ssh/sshd_config | grep -v '^[ ]*$' PasswordAuthentication no UsePAM yes X11Forwarding yes X11UseLocalhost no Subsystem sftp /usr/lib/ssh/sftp-server AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT AcceptEnv LC_IDENTIFICATION LC_ALL `openSUSE 11.1' =============== ROOT-root@oreo-1011-[/root]: grep -v '^#' /etc/ssh/sshd_config | grep -v '^[ ]*$' Protocol 2 PasswordAuthentication no UsePAM yes X11Forwarding yes Subsystem sftp /usr/lib/ssh/sftp-server AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT AcceptEnv LC_IDENTIFICATION LC_ALL Reproducible: Always Steps to Reproduce: 1. Using stock '/etc/ssh/sshd_config', `ssh -Y' from `openSUSE 11.1' to `openSUSE 11.3 RC1' Note, it's possible to use `ssh -X' with the same result. 2. Type `xclock' to test whether DISPLAY is set correctly. Actual Results: As DISPLAY is not set in the shell, you cannot remotely view the X application. Expected Results: The X application should display correctly on the remote node. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |anicka@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c1 Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |pablo@blueoakdb.com --- Comment #1 from Anna Bernathova <anicka@novell.com> 2010-06-29 14:55:04 UTC --- Well, it works well for me. First just a quick guess: Is no it that you have kernel support for ipv6 but not configured loopback? If it is so, either fixing this problem or setting "AddressFamily inet" in sshd_config should help you. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c2 Pablo Sanchez <pablo@blueoakdb.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|pablo@blueoakdb.com | --- Comment #2 from Pablo Sanchez <pablo@blueoakdb.com> 2010-06-29 15:25:53 UTC --- Hi Anna, You're correct, I had shutdown `ipv6' support and that is the cause of when DISPLAY stop being set. As you suggested, I changed `AddressFamily' to `inet' and all started working again. When I use the default setting for `AddressFamily' or set it in my sshd_config file (`AddressFamily any'), DISPLAY is no longer set. Is this an issue or are we getting ready for ipv6 support moving forward? Thank you for the help. Cheers, -pablo -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c3 Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dbahi@novell.com --- Comment #3 from Anna Bernathova <anicka@novell.com> 2010-07-08 09:02:00 UTC --- *** Bug 615783 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=615783 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c4 Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |mt@novell.com --- Comment #4 from Anna Bernathova <anicka@novell.com> 2010-07-08 09:19:52 UTC --- Marius, could you please help with correct default settings for ipv6 loopback? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c5 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@novell.com InfoProvider|mt@novell.com |max@novell.com --- Comment #5 from Marius Tomaschewski <mt@novell.com> 2010-07-08 12:07:43 UTC --- I don't really know what you're asking for and I'm not really familiar with all the X11 / ssh forwarding specials. ipv6 loopback address is ::1 and there is also a dedicated 'ipv6-localhost' alias for the address in the /etc/hosts: 127.0.0.1 localhost ::1 localhost ipv6-localhost ipv6-loopback Usually, ipv6 addresses are enclosed in [] when there are conflicts with some ":" characters, e.g.: http://[2001:200:0:8002:203:47ff:fea5:3085]:80/ It is possible to use the address in DISPLAY to force a family, e.g. DISPLAY=127.0.0.1:10.0 or DISPLAY=[::1]:10.0 The addresses of the connection are visible in "env | grep SSH" ... Reinhard, can you help here? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c6 --- Comment #6 from Marius Tomaschewski <mt@novell.com> 2010-07-08 12:33:21 UTC --- What about to use just DISPLAY=:10.0 without "loopback" as hostname? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c7 Reinhard Max <max@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |max@novell.com InfoProvider|max@novell.com |pablo@blueoakdb.com --- Comment #7 from Reinhard Max <max@novell.com> 2010-07-08 15:32:11 CEST --- (In reply to comment #2)
You're correct, I had shutdown `ipv6' support and that is the cause of when DISPLAY stop being set.
How did you disanble IPv6?
Is this an issue or are we getting ready for ipv6 support moving forward?
IPv6 should be mostly working by now. What was your reason to disable it? (In reply to comment #6)
What about to use just DISPLAY=:10.0 without "loopback" as hostname?
That way X clients would try to access the X server through the unix domain socket /tmp/.X11-unix/X10, which is not supported by sshd. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c8 --- Comment #8 from Marius Tomaschewski <mt@novell.com> 2010-07-08 18:57:40 UTC --- (In reply to comment #7)
(In reply to comment #6)
What about to use just DISPLAY=:10.0 without "loopback" as hostname?
That way X clients would try to access the X server through the unix domain socket /tmp/.X11-unix/X10, which is not supported by sshd.
Right. I've disabled it using "sysctl -w net.ipv6.conf.all.disable_ipv6=1" (just for a test) and it worked for me too. Generally I've ipv6 enabled all the time and it usually works fine (better), but I have a functional ipv6 network inclusive internet access... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618068 http://bugzilla.novell.com/show_bug.cgi?id=618068#c9 Pablo Sanchez <pablo@blueoakdb.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|pablo@blueoakdb.com | --- Comment #9 from Pablo Sanchez <pablo@blueoakdb.com> 2010-07-12 14:31:28 UTC --- (In reply to comment #7)
(In reply to comment #2)
You're correct, I had shutdown `ipv6' support and that is the cause of when DISPLAY stop being set.
How did you disanble IPv6?
Sorry for the late response. I have been on vacation. YaST > Network Settings > Global Options
Is this an issue or are we getting ready for ipv6 support moving forward?
IPv6 should be mostly working by now. What was your reason to disable it?
I had read in the past, DNS with IPv6 could `hang' so I've been disabling. Perhaps it's no longer an issue. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c10 Vadim Krevs <vkrevs@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vkrevs@yahoo.com --- Comment #10 from Vadim Krevs <vkrevs@yahoo.com> 2010-10-06 08:36:19 UTC --- So what is the correct solution for getting ssh/sshd configured to forward X11 in ann IPV6 environment then? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c12 Maxim Vasilev <max@stranger-team.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |max@stranger-team.ru --- Comment #12 from Maxim Vasilev <max@stranger-team.ru> 2011-02-28 12:28:13 UTC --- openSUSE 11.4 RC2 The same error. ssh -X user@host.net Password: Last login: Mon Feb 28 14:01:27 2011 from [...] Have a lot of fun... user@host:~> echo $DISPLAY user@host:~> xclock Error: Can't open display: where host = oS 11.4 RC2 cat /etc/ssh/sshd_config | egrep -v '(^#|^$)' PasswordAuthentication no UsePAM yes X11Forwarding yes Subsystem sftp /usr/lib64/ssh/sftp-server AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT AcceptEnv LC_IDENTIFICATION LC_ALL -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c13 Petr Cerny <pcerny@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |max@stranger-team.ru --- Comment #13 from Petr Cerny <pcerny@novell.com> 2011-02-28 13:37:26 UTC --- Maxim, are you using ipv6 (what is e.g. $SSH_CONNECTION set to on the target system)? Does it work with forced IPv4 (with the "-4" swith to the ssh). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c14 --- Comment #14 from Maxim Vasilev <max@stranger-team.ru> 2011-02-28 14:14:56 UTC --- I use only IPv4. IPv6 disabled in YaST on ssh client and server hosts. $SSH_CONNECTION displays my local and remote IPv4 adress. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c Maxim Vasilev <max@stranger-team.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|max@stranger-team.ru | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c15 --- Comment #15 from Petr Cerny <pcerny@novell.com> 2011-02-28 14:51:08 UTC --- Strange, for me it works. Out of the box. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c16 Андрей Кувшинов <m407@mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m407@mail.ru Component|Network |Network Version|RC 1 |Final AssignedTo|pcerny@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 11.3 |openSUSE 12.1 --- Comment #16 from Андрей Кувшинов <m407@mail.ru> 2011-12-26 11:08:16 UTC --- Confirm this bug on 12.1 After turning IPv6 back works fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c17 Stéphane DUFOUR <stephane@dufour-fr.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephane@dufour-fr.net --- Comment #17 from Stéphane DUFOUR <stephane@dufour-fr.net> 2012-03-03 08:20:06 UTC --- confirm bug in 12.1 (fresh install) need to activated ipv6, via yast2 x forwarding ok after -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c kk zhang <kkzhang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@novell.com AssignedTo|bnc-team-screening@forge.pr |pcerny@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c18 a b <wharms@bfs.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wharms@bfs.de --- Comment #18 from a b <wharms@bfs.de> 2012-05-11 17:10:51 UTC --- Same here with 12.1 there is no need to restart, just disable/enable IPV6 with yast2 make X11 forwarding work or not. note: the problem is very anying when you start with IPV6 disabled -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c19 Michael Meeks <mmeeks@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmeeks@suse.com --- Comment #19 from Michael Meeks <mmeeks@suse.com> 2013-06-10 04:56:06 UTC --- I get this problem too - out of the box ssh -X or ssh -Y fails to work; tweaking my config to disable IPv6 as above works around this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c20 --- Comment #20 from Petr Cerny <pcerny@suse.com> 2013-06-10 07:12:53 UTC --- Michael, is this openSUSE 12.2 or 12.3? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c21 --- Comment #21 from Michael Meeks <mmeeks@suse.com> 2013-06-10 07:43:35 UTC --- 12.3 on both ends; sorry I should have mentioned that. Having said that I upgraded via zypper dup - so if it was some legacy config poisoning - I'll still have that. Extremely oddly, despite having an identical ~/.ssh on both machines - I have to authenticate with a password in one direction, but not the other. No idea why - I can't explain it ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c22 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jnelson-suse@jamponi.net --- Comment #22 from Jon Nelson <jnelson-suse@jamponi.net> 2013-07-29 16:00:24 UTC --- I'm experiencing this issue, too: clean install (+ updates) as of yesterday using openSUSE 12.3. Rebooting with ipv6 disabled now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c23 --- Comment #23 from Jon Nelson <jnelson-suse@jamponi.net> 2013-07-29 16:53:29 UTC --- No luck. I've also tried using: AddressFamily inet X11UseLocalhost no in sshd_config without any luck. Then I ran yast2, chose hostnames, and set an explicit alias for the name of the machine for 127.0.0.1, and everything worked. The error that ssh issued: /usr/bin/xauth: (stdin):1: bad display name "linux-k1fq.site:10.0" in "remove" command /usr/bin/xauth: (stdin):2: bad display name "linux-k1fq.site:10.0" in "add" command If I remove 'X11UseLocalhost no' then I can't set a DISPLAY at all. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c24 Tristan Miller <psychonaut@nothingisreal.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |psychonaut@nothingisreal.co | |m --- Comment #24 from Tristan Miller <psychonaut@nothingisreal.com> 2013-07-31 20:54:17 BST --- I experienced this problem after upgrading from openSUSE 11.4 to openSUSE 12.3. I can't run any X programs over ssh without first adding "X11UseLocalhost no" to /etc/sshd/sshd_config. IPv6 has always been disabled, so that couldn't have been causing the problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c25 Andrey Borzenkov <arvidjaar@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arvidjaar@gmail.com --- Comment #25 from Andrey Borzenkov <arvidjaar@gmail.com> 2013-09-15 17:54:07 UTC --- (In reply to comment #24)
I experienced this problem after upgrading from openSUSE 11.4 to openSUSE 12.3.
Could you updated openssh package for 12.3: zypper ar obs://home:arvidjaar:bnc:712683/standard bnc712683 zypper refresh bnc712683 zypper dup -r bnc712683 Works for me, but I'm interested in some more extensive testing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=618068 https://bugzilla.novell.com/show_bug.cgi?id=618068#c26 patrick shanahan <pat@indy.rr.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pat@indy.rr.com --- Comment #26 from patrick shanahan <pat@indy.rr.com> 2013-12-13 05:47:21 UTC --- Tumbleweed/opensuse 13.1 also has this problem openssh-6.2p2-3.4.1.x86_64 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com