ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] SSH, xauth
@ 2009-01-04  0:07 Yuriy Al. Shirokov
  2009-01-04  0:43 ` [sisyphus] xorg Security extension Dmitry V. Levin
  2009-01-04  0:46 ` [sisyphus] SSH, xauth Alexey I. Froloff
  0 siblings, 2 replies; 9+ messages in thread
From: Yuriy Al. Shirokov @ 2009-01-04  0:07 UTC (permalink / raw)
  To: sisyphus

Доброго времени суток!

При попытке сделать ssh -X на удалённую машину получаю:
ssh: Warning: untrusted X11 forwarding setup failed: xauth key data not 
generated
Warning: No xauth data; using fake authentication data for X11 forwarding.

Соответствующий тред на форуме 
(http://forum.altlinux.org/index.php?topic=349.0) я видел, но, 
во-первых, в моём случае и локальный, и удалённый пользователи входят в 
группу wheel, а во-вторых, хочется всё-таки понять, в чём дело.

-- 
С уважением,
Ю.А.Широков.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] xorg Security extension
  2009-01-04  0:07 [sisyphus] SSH, xauth Yuriy Al. Shirokov
@ 2009-01-04  0:43 ` Dmitry V. Levin
  2009-01-04  1:52   ` Dmitry V. Levin
  2009-01-04  0:46 ` [sisyphus] SSH, xauth Alexey I. Froloff
  1 sibling, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2009-01-04  0:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list; +Cc: Valery V. Inozemtsev

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

Hi,

On Sun, Jan 04, 2009 at 03:07:10AM +0300, Yuriy Al. Shirokov wrote:
> При попытке сделать ssh -X на удалённую 
> машину получаю:
> ssh: Warning: untrusted X11 forwarding setup failed: xauth key data not 
> generated
> Warning: No xauth data; using fake authentication data for X11 forwarding.

Что-то изменилось в настройке xorg-server, раньше это работало по
умолчанию, а теперь не работает:

$ xauth -f /tmp/xauth generate :0.0 . untrusted timeout 60; echo $?
xauth:  creating new authority file /tmp/xauth
xauth: (argv):1:  couldn't query Security extension on display ":0.0"
1

$ X +extension list 2>&1 |fgrep -ic security
0


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] SSH, xauth
  2009-01-04  0:07 [sisyphus] SSH, xauth Yuriy Al. Shirokov
  2009-01-04  0:43 ` [sisyphus] xorg Security extension Dmitry V. Levin
@ 2009-01-04  0:46 ` Alexey I. Froloff
  2009-01-04  0:54   ` Dmitry V. Levin
  1 sibling, 1 reply; 9+ messages in thread
From: Alexey I. Froloff @ 2009-01-04  0:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

* Yuriy Al. Shirokov <yuriy.shirokov@> [090104 03:08]:
> При попытке сделать ssh -X на удалённую машину получаю:
Группа wheel тут рояля не играет.  ssh -Y .


-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] SSH, xauth
  2009-01-04  0:46 ` [sisyphus] SSH, xauth Alexey I. Froloff
@ 2009-01-04  0:54   ` Dmitry V. Levin
  0 siblings, 0 replies; 9+ messages in thread
From: Dmitry V. Levin @ 2009-01-04  0:54 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

On Sun, Jan 04, 2009 at 03:46:28AM +0300, Alexey I. Froloff wrote:
> * Yuriy Al. Shirokov <yuriy.shirokov@> [090104 03:08]:
> > При попытке сделать ssh -X на удалённую машину получаю:
> Группа wheel тут рояля не играет.  ssh -Y .

А если человек сознательно хочет -X?  Зачем было ломать то, что работает?

Повесьте, пожалуйста, баг на пакет xorg-server.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] xorg Security extension
  2009-01-04  0:43 ` [sisyphus] xorg Security extension Dmitry V. Levin
@ 2009-01-04  1:52   ` Dmitry V. Levin
  2009-01-13 15:21     ` Шакиров Ленар
  0 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2009-01-04  1:52 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list; +Cc: Valery V. Inozemtsev

[-- Attachment #1: Type: text/plain, Size: 960 bytes --]

Hi,

On Sun, Jan 04, 2009 at 03:43:49AM +0300, Dmitry V. Levin wrote:
> On Sun, Jan 04, 2009 at 03:07:10AM +0300, Yuriy Al. Shirokov wrote:
> > При попытке сделать ssh -X на удалённую 
> > машину получаю:
> > ssh: Warning: untrusted X11 forwarding setup failed: xauth key data not 
> > generated
> > Warning: No xauth data; using fake authentication data for X11 forwarding.
> 
> Что-то изменилось в настройке xorg-server, раньше это работало по
> умолчанию, а теперь не работает:
> 
> $ xauth -f /tmp/xauth generate :0.0 . untrusted timeout 60; echo $?
> xauth:  creating new authority file /tmp/xauth
> xauth: (argv):1:  couldn't query Security extension on display ":0.0"
> 1
> 
> $ X +extension list 2>&1 |fgrep -ic security
> 0

См. тж.
http://bugs.gentoo.org/237778
http://bugzilla.redhat.com/show_bug.cgi?id=436230

Как теперь запускать untrusted clients, непонятно.
Нужен комментарий от мантейнера xorg-server.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] xorg Security extension
  2009-01-04  1:52   ` Dmitry V. Levin
@ 2009-01-13 15:21     ` Шакиров Ленар
  2009-01-13 17:46       ` Anton Farygin
  2009-01-13 18:45       ` Valery V. Inozemtsev
  0 siblings, 2 replies; 9+ messages in thread
From: Шакиров Ленар @ 2009-01-13 15:21 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list, Valery V. Inozemtsev

В сообщении от Sunday 04 January 2009 04:52:44 Dmitry V. Levin написал(а):
> Hi,
>
> On Sun, Jan 04, 2009 at 03:43:49AM +0300, Dmitry V. Levin wrote:
> > On Sun, Jan 04, 2009 at 03:07:10AM +0300, Yuriy Al. Shirokov wrote:
> > > При попытке сделать ssh -X на удалённую
> > > машину получаю:
> > > ssh: Warning: untrusted X11 forwarding setup failed: xauth key data not
> > > generated
> > > Warning: No xauth data; using fake authentication data for X11
> > > forwarding.
> >
> > Что-то изменилось в настройке xorg-server, раньше это работало по
> > умолчанию, а теперь не работает:
> >
> > $ xauth -f /tmp/xauth generate :0.0 . untrusted timeout 60; echo $?
> > xauth:  creating new authority file /tmp/xauth
> > xauth: (argv):1:  couldn't query Security extension on display ":0.0"
> > 1
> >
> > $ X +extension list 2>&1 |fgrep -ic security
> > 0
>
> См. тж.
> http://bugs.gentoo.org/237778
> http://bugzilla.redhat.com/show_bug.cgi?id=436230
>
> Как теперь запускать untrusted clients, непонятно.
> Нужен комментарий от мантейнера xorg-server.

http://git.altlinux.org/people/shrek/packages/xorg-server.git?p=xorg-server.git;a=commit;h=d30e6a8520e8a19a6182cf82b59ba5e2b47d1231
Не оно?


С уважением, инженер отдела ИИС ООО «Центр»
Шакиров Ленар Наилевич
shakirov@cg.ru
(843) 533-88-14

Российская Федерация
Казань, ул. Зинина, 3а
420029, а/я 81

http://www.cg.ru/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] xorg Security extension
  2009-01-13 15:21     ` Шакиров Ленар
@ 2009-01-13 17:46       ` Anton Farygin
  2009-01-13 21:32         ` Dmitry V. Levin
  2009-01-13 18:45       ` Valery V. Inozemtsev
  1 sibling, 1 reply; 9+ messages in thread
From: Anton Farygin @ 2009-01-13 17:46 UTC (permalink / raw)
  To: sisyphus

Шакиров Ленар пишет:
> В сообщении от Sunday 04 January 2009 04:52:44 Dmitry V. Levin написал(а):
>> Hi,
>>
>> On Sun, Jan 04, 2009 at 03:43:49AM +0300, Dmitry V. Levin wrote:
>>> On Sun, Jan 04, 2009 at 03:07:10AM +0300, Yuriy Al. Shirokov wrote:
>>>> При попытке сделать ssh -X на удалённую
>>>> машину получаю:
>>>> ssh: Warning: untrusted X11 forwarding setup failed: xauth key data not
>>>> generated
>>>> Warning: No xauth data; using fake authentication data for X11
>>>> forwarding.
>>> Что-то изменилось в настройке xorg-server, раньше это работало по
>>> умолчанию, а теперь не работает:
>>>
>>> $ xauth -f /tmp/xauth generate :0.0 . untrusted timeout 60; echo $?
>>> xauth:  creating new authority file /tmp/xauth
>>> xauth: (argv):1:  couldn't query Security extension on display ":0.0"
>>> 1
>>>
>>> $ X +extension list 2>&1 |fgrep -ic security
>>> 0
>> См. тж.
>> http://bugs.gentoo.org/237778
>> http://bugzilla.redhat.com/show_bug.cgi?id=436230
>>
>> Как теперь запускать untrusted clients, непонятно.
>> Нужен комментарий от мантейнера xorg-server.
> 
> http://git.altlinux.org/people/shrek/packages/xorg-server.git?p=xorg-server.git;a=commit;h=d30e6a8520e8a19a6182cf82b59ba5e2b47d1231
> Не оно?

как бы не зацепило SELinux'ом... по самое никуда..

Вы готовы к тому, что бы включить SELinux на своём компьютере ?





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] xorg Security extension
  2009-01-13 15:21     ` Шакиров Ленар
  2009-01-13 17:46       ` Anton Farygin
@ 2009-01-13 18:45       ` Valery V. Inozemtsev
  1 sibling, 0 replies; 9+ messages in thread
From: Valery V. Inozemtsev @ 2009-01-13 18:45 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

> > Как теперь запускать untrusted clients, непонятно.
> > Нужен комментарий от мантейнера xorg-server.
>
> http://git.altlinux.org/people/shrek/packages/xorg-server.git?p=xorg-server
>.git;a=commit;h=d30e6a8520e8a19a6182cf82b59ba5e2b47d1231 Не оно?

почти. но grab keyboard/pointer работает в любом случае

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] xorg Security extension
  2009-01-13 17:46       ` Anton Farygin
@ 2009-01-13 21:32         ` Dmitry V. Levin
  0 siblings, 0 replies; 9+ messages in thread
From: Dmitry V. Levin @ 2009-01-13 21:32 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

On Tue, Jan 13, 2009 at 08:46:01PM +0300, Anton Farygin wrote:
> Шакиров Ленар пишет:
> >В сообщении от Sunday 04 January 2009 04:52:44 Dmitry V. Levin 
> >написал(а):
> >>Hi,
> >>
> >>On Sun, Jan 04, 2009 at 03:43:49AM +0300, Dmitry V. Levin wrote:
> >>>On Sun, Jan 04, 2009 at 03:07:10AM +0300, Yuriy Al. Shirokov wrote:
> >>>>При попытке сделать ssh -X на удалённую
> >>>>машину получаю:
> >>>>ssh: Warning: untrusted X11 forwarding setup failed: xauth key data not
> >>>>generated
> >>>>Warning: No xauth data; using fake authentication data for X11
> >>>>forwarding.
> >>>Что-то изменилось в настройке xorg-server, 
> >>>раньше это работало по
> >>>умолчанию, а теперь не работает:
> >>>
> >>>$ xauth -f /tmp/xauth generate :0.0 . untrusted timeout 60; echo $?
> >>>xauth:  creating new authority file /tmp/xauth
> >>>xauth: (argv):1:  couldn't query Security extension on display ":0.0"
> >>>1
> >>>
> >>>$ X +extension list 2>&1 |fgrep -ic security
> >>>0
> >>См. тж.
> >>http://bugs.gentoo.org/237778
> >>http://bugzilla.redhat.com/show_bug.cgi?id=436230
> >>
> >>Как теперь запускать untrusted clients, 
> >>непонятно.
> >>Нужен комментарий от мантейнера xorg-server.
> >
> >http://git.altlinux.org/people/shrek/packages/xorg-server.git?p=xorg-server.git;a=commit;h=d30e6a8520e8a19a6182cf82b59ba5e2b47d1231
> >Не оно?
> 
> как бы не зацепило SELinux'ом... по самое 
> никуда..

SELinux тут не при чём.

Я проверял этот коммит.  Да, untrusted X11 connection создаётся, но не
совсем такое как раньше.  Например, grab keyboard в нём всё равно
работает.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-13 21:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-04  0:07 [sisyphus] SSH, xauth Yuriy Al. Shirokov
2009-01-04  0:43 ` [sisyphus] xorg Security extension Dmitry V. Levin
2009-01-04  1:52   ` Dmitry V. Levin
2009-01-13 15:21     ` Шакиров Ленар
2009-01-13 17:46       ` Anton Farygin
2009-01-13 21:32         ` Dmitry V. Levin
2009-01-13 18:45       ` Valery V. Inozemtsev
2009-01-04  0:46 ` [sisyphus] SSH, xauth Alexey I. Froloff
2009-01-04  0:54   ` Dmitry V. Levin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git