ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] OpenSSH - public key authentication
@ 2001-10-18 13:21 Lenya L. Khachaturov
  2001-10-18 14:29 ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Lenya L. Khachaturov @ 2001-10-18 13:21 UTC (permalink / raw)
  To: mandrake-russian

Здравствуйте,

Пытаюсь подключиться по ssh с помощью ключа. В /etc/openssh/sshd_config поставил
PasswordAuthentication no, ключики ssh-keygen'ом сгенерировал.

[lenya@cerberus lenya]$ ssh -l lenya cerberus
Permission denied (publickey).

На 12 консоли:

Oct 18 13:02:18 cerberus sshd(pam_unix)[2850]: authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=cerberus.office  user=lenya

По всякому пробовал, результат тот же. Помогите, пожалуйста!

С уважением,
Хачатуров Леонид
lenya@linux.yaroslavl.ru




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

* Re: [mdk-re] OpenSSH - public key authentication
  2001-10-18 13:21 [mdk-re] OpenSSH - public key authentication Lenya L. Khachaturov
@ 2001-10-18 14:29 ` Dmitry V. Levin
  2001-10-18 21:16   ` Lenya L. Khachaturov
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2001-10-18 14:29 UTC (permalink / raw)
  To: ALT Linux Spring mailing list

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

On Thu, Oct 18, 2001 at 01:04:22PM +0400, Lenya L. Khachaturov wrote:
> Здравствуйте,
> 
> Пытаюсь подключиться по ssh с помощью ключа. В /etc/openssh/sshd_config поставил
> PasswordAuthentication no, ключики ssh-keygen'ом сгенерировал.

А положить этот ключик на сервер не забыли?


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

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

* Re: [mdk-re] OpenSSH - public key authentication
  2001-10-18 14:29 ` Dmitry V. Levin
@ 2001-10-18 21:16   ` Lenya L. Khachaturov
  2001-10-18 22:15     ` Artem K. Jouravsky
  0 siblings, 1 reply; 4+ messages in thread
From: Lenya L. Khachaturov @ 2001-10-18 21:16 UTC (permalink / raw)
  To: mandrake-russian

On Thu, 18 Oct 2001 14:32:37 +0400
"Dmitry V. Levin" <ldv@alt-linux.org> wrote:

> On Thu, Oct 18, 2001 at 01:04:22PM +0400, Lenya L. Khachaturov wrote:
> > Здравствуйте,
> > 
> > Пытаюсь подключиться по ssh с помощью ключа. В /etc/openssh/sshd_config поставил
> > PasswordAuthentication no, ключики ssh-keygen'ом сгенерировал.
> 
> А положить этот ключик на сервер не забыли?

Какой ключ, пользовательский, из ~/.ssh? А куда на сервер его класть и зачем?

С уважением,
Хачатуров Леонид
lenya@linux.yaroslavl.ru



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

* Re: [mdk-re] OpenSSH - public key authentication
  2001-10-18 21:16   ` Lenya L. Khachaturov
@ 2001-10-18 22:15     ` Artem K. Jouravsky
  0 siblings, 0 replies; 4+ messages in thread
From: Artem K. Jouravsky @ 2001-10-18 22:15 UTC (permalink / raw)
  To: mandrake-russian

Здравствуйте, "Lenya L. Khachaturov" <lenya@chemsell.yaroslavl.ru>!
От Thu, 18 Oct 2001 21:05:52 +0400 вы писали на тему Re: [mdk-re] OpenSSH - public key authentication:

LK> On Thu, 18 Oct 2001 14:32:37 +0400
LK> "Dmitry V. Levin" <ldv@alt-linux.org> wrote:
LK> 
LK> > On Thu, Oct 18, 2001 at 01:04:22PM +0400, Lenya L.
LK> Khachaturov wrote:
LK> > > Здравствуйте,
LK> > > 
LK> > > Пытаюсь подключиться по ssh с помощью ключа. В
LK> /etc/openssh/sshd_config поставил
LK> > > PasswordAuthentication no, ключики ssh-keygen'ом
LK> сгенерировал.
LK> > 
LK> > А положить этот ключик на сервер не забыли?
LK> 
LK> Какой ключ, пользовательский, из ~/.ssh? А куда на сервер его
LK> класть и зачем?
man ssh, там очень хорошо написано

надо взять файл ~/.ssh/id_dsa.pub (если вы по протоколу 2 ходите) и 
добавить его содержимое в ~/.ssh/known_hosts2 на сервере. И проследить
чтобы этот файл был доступен для чтения только вам


------
Best wishes,
+----------------------+--------------------------+
|  ."-.                |  Work: +7-(095)-229-4278 |
| /X  | _o.----.    _  |  ICQ:  103399444         |
|/\_  \/ /  __  \_// ) |  Artem K. Jouravsky      |
|\__)-/_/\_____)____/  |  http://www.ifirst.ru/   |
+----------------------+--------------------------+		      



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

end of thread, other threads:[~2001-10-18 22:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-18 13:21 [mdk-re] OpenSSH - public key authentication Lenya L. Khachaturov
2001-10-18 14:29 ` Dmitry V. Levin
2001-10-18 21:16   ` Lenya L. Khachaturov
2001-10-18 22:15     ` Artem K. Jouravsky

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

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

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


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