ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] ssh to devel
@ 2004-05-11 16:23 Egor S. Orlov
  2004-05-11 16:39 ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Egor S. Orlov @ 2004-05-11 16:23 UTC (permalink / raw)
  To: devel

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

Добрый день.
Кто-нибудь сталкивался

$ ssh  devel
ssh_exchange_identification: Connection closed by remote host

с rsync'ом через ssh, разумеется, аналогично.

при том что в настройках ssh 
ничего не менялось
devel - алиас на cvs.altlinux.org c соответств уч. записью и т.п.,
ключи на месте

ssh -vvv devel (в атаче) ничего вразумительного,
 (IMHO) по проблемме не дает (кроме ругани про то, что id_dsa - не RSA ключ)

Раньше все работало. На другие сервера - без проблемм.
В гугле искал - не помогло. 
Кроме разве что вот этого http://www.snailbook.com/faq/libwrap-oops.auto.html

Есть предложения, что делать?

-- 
WBR, Egor S. Orlov
FST SPbSPU

[-- Attachment #2: ssh.log --]
[-- Type: application/octet-stream, Size: 1723 bytes --]

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

* Re: [devel] ssh to devel
  2004-05-11 16:23 [devel] ssh to devel Egor S. Orlov
@ 2004-05-11 16:39 ` Dmitry V. Levin
  2004-05-11 16:47   ` Egor S. Orlov
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2004-05-11 16:39 UTC (permalink / raw)
  To: ALT Devel discussion list

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

Hi,

On Tue, May 11, 2004 at 08:23:50PM +0400, Egor S. Orlov wrote:
> $ ssh  devel
> ssh_exchange_identification: Connection closed by remote host
> 
> с rsync'ом через ssh, разумеется, аналогично.
> 
> при том что в настройках ssh 
> ничего не менялось
> devel - алиас на cvs.altlinux.org c соответств уч. записью и т.п.,
> ключи на месте
> 
> ssh -vvv devel (в атаче) ничего вразумительного,
>  (IMHO) по проблемме не дает (кроме ругани про то, что id_dsa - не RSA ключ)

Всё очевидно, /home/egor/.ssh/id_dsa - это не ключ для openssh.


-- 
ldv

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

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

* Re: [devel] ssh to devel
  2004-05-11 16:39 ` Dmitry V. Levin
@ 2004-05-11 16:47   ` Egor S. Orlov
  2004-05-11 17:10     ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Egor S. Orlov @ 2004-05-11 16:47 UTC (permalink / raw)
  To: ALT Devel discussion list

On Tue, 11 May 2004 20:39:46 +0400
"Dmitry V. Levin" <ldv@altlinux.org> wrote:

> Hi,
> 
> On Tue, May 11, 2004 at 08:23:50PM +0400, Egor S. Orlov wrote:
> > $ ssh  devel
> > ssh_exchange_identification: Connection closed by remote host
> > 
> > с rsync'ом через ssh, разумеется, аналогично.
> > 
> > при том что в настройках ssh 
> > ничего не менялось
> > devel - алиас на cvs.altlinux.org c соответств уч. записью и т.п.,
> > ключи на месте
> > 
> > ssh -vvv devel (в атаче) ничего вразумительного,
> >  (IMHO) по проблемме не дает (кроме ругани про то, что id_dsa - не RSA ключ)
> 
> Всё очевидно, /home/egor/.ssh/id_dsa - это не ключ для openssh.
> 

я тоже так думал,
но вроде бы ключ

$ cat .ssh/id_dsa
-----BEGIN DSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,C790AE082004035C

<skiped>

-----END DSA PRIVATE KEY-----


-- 
WBR, Egor S. Orlov
FST SPbSPU


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

* Re: [devel] ssh to devel
  2004-05-11 16:47   ` Egor S. Orlov
@ 2004-05-11 17:10     ` Dmitry V. Levin
  2004-05-11 17:24       ` Egor S. Orlov
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2004-05-11 17:10 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, May 11, 2004 at 08:47:24PM +0400, Egor S. Orlov wrote:
> > Всё очевидно, /home/egor/.ssh/id_dsa - это не ключ для openssh.
> 
> я тоже так думал,
> но вроде бы ключ
> 
> $ cat .ssh/id_dsa
> -----BEGIN DSA PRIVATE KEY-----
> Proc-Type: 4,ENCRYPTED
> DEK-Info: DES-EDE3-CBC,C790AE082004035C

$ ssh-keygen -l -f ~/.ssh/id_dsa
?


-- 
ldv

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

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

* Re: [devel] ssh to devel
  2004-05-11 17:10     ` Dmitry V. Levin
@ 2004-05-11 17:24       ` Egor S. Orlov
  2004-05-11 17:27         ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Egor S. Orlov @ 2004-05-11 17:24 UTC (permalink / raw)
  To: ALT Devel discussion list

On Tue, 11 May 2004 21:10:28 +0400
"Dmitry V. Levin" <ldv@altlinux.org> wrote:

> 
> $ ssh-keygen -l -f ~/.ssh/id_dsa
> ?
>
 
$ ssh-keygen -l -f ~/.ssh/id_dsa
2048 3b:12:ee:ca:6b:c3:4b:da:ef:c9:bd:0c:d9:39:c6:cd /home/egor/.ssh/id_dsa.pub

и, разумеется

$ ssh-keygen -y -f ~/.ssh/id_dsa > id_dsa.my
$ ssh-keygen -l -f id_dsa.my
2048 3b:12:ee:ca:6b:c3:4b:da:ef:c9:bd:0c:d9:39:c6:cd id_dsa.my


-- 
WBR, Egor S. Orlov
FST SPbSPU


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

* Re: [devel] ssh to devel
  2004-05-11 17:24       ` Egor S. Orlov
@ 2004-05-11 17:27         ` Dmitry V. Levin
  2004-05-11 17:35           ` Egor S. Orlov
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2004-05-11 17:27 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, May 11, 2004 at 09:24:24PM +0400, Egor S. Orlov wrote:
> $ ssh-keygen -l -f ~/.ssh/id_dsa
> 2048 3b:12:ee:ca:6b:c3:4b:da:ef:c9:bd:0c:d9:39:c6:cd /home/egor/.ssh/id_dsa.pub
> 
> и, разумеется
> 
> $ ssh-keygen -y -f ~/.ssh/id_dsa > id_dsa.my
> $ ssh-keygen -l -f id_dsa.my
> 2048 3b:12:ee:ca:6b:c3:4b:da:ef:c9:bd:0c:d9:39:c6:cd id_dsa.my

Ok, на localhost по этому ключу пускают?


-- 
ldv

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

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

* Re: [devel] ssh to devel
  2004-05-11 17:27         ` Dmitry V. Levin
@ 2004-05-11 17:35           ` Egor S. Orlov
  0 siblings, 0 replies; 7+ messages in thread
From: Egor S. Orlov @ 2004-05-11 17:35 UTC (permalink / raw)
  To: ALT Devel discussion list

On Tue, 11 May 2004 21:27:48 +0400
"Dmitry V. Levin" <ldv@altlinux.org> wrote:

> On Tue, May 11, 2004 at 09:24:24PM +0400, Egor S. Orlov wrote:
> > $ ssh-keygen -l -f ~/.ssh/id_dsa
> > 2048 3b:12:ee:ca:6b:c3:4b:da:ef:c9:bd:0c:d9:39:c6:cd
> > /home/egor/.ssh/id_dsa.pub
> > 
> > и, разумеется
> > 
> > $ ssh-keygen -y -f ~/.ssh/id_dsa > id_dsa.my
> > $ ssh-keygen -l -f id_dsa.my
> > 2048 3b:12:ee:ca:6b:c3:4b:da:ef:c9:bd:0c:d9:39:c6:cd id_dsa.my
> 
> Ok, на localhost по этому ключу пускают?
> 

да, конечно, проверил в первую очередь

-- 
WBR, Egor S. Orlov
FST SPbSPU


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

end of thread, other threads:[~2004-05-11 17:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-11 16:23 [devel] ssh to devel Egor S. Orlov
2004-05-11 16:39 ` Dmitry V. Levin
2004-05-11 16:47   ` Egor S. Orlov
2004-05-11 17:10     ` Dmitry V. Levin
2004-05-11 17:24       ` Egor S. Orlov
2004-05-11 17:27         ` Dmitry V. Levin
2004-05-11 17:35           ` Egor S. Orlov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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