From: Hihin Ruslan <ruslandh@gmail.com>
To: devel@lists.altlinux.org
Subject: Re: [devel] Q: доступ к girar/gitery
Date: Sat, 30 Jan 2016 20:14:06 +0300
Message-ID: <201601302014.11844@ruslandh> (raw)
In-Reply-To: <20160130162258.GA27075@imap.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]
Здравствуйте Vladislav Zavjalov
В сообщении от 30 января 2016 Vladislav Zavjalov написал(a):
> Здравствуйте!
>
> Я немного отстал от жизни в делах, связанных со сборкой
> пакетов, в частности, пропустил разделение на gitery и girar.
> Сейчас пытаюсь этот вопрос изучить, но не получается зайти ни
> туда ни туда.
>
> В ssh-config:
>
> Host git.alt
> HostName gitery.altlinux.org
> User git_slazav
> Port 222
>
> Host girar
> HostName git.altlinux.org
> User git_slazav
> Port 222
>
> $ ssh git.alt
> ssh: Permission denied (publickey).
>
> $ ssh girar
> ssh: Permission denied (publickey).
>
> В чем тут может быть дело?
>
> Еще один загадочный эффект, что до совсем недавнего времени
> у меня работал git push/pull с репозиториями по адресу
> git.altlinux.org (не gitery), а сейчас и это не работает.
>
> Слава
У вас наверное id_dsa ключ. Похоже они стали небезопасны, и
работа с ними по ssh по-умолчанию отключена. Похоже пора
переходить на id_rsa ключи.
Для того, что-бы включить небезопасный метод авторизации по
id_dsa ключам, надо в
~/.ssh/config прописать :
# Сборочница gear
Host girar
HostName git.altlinux.org
PubkeyAcceptedKeyTypes +ssh-dss
User ....
Port 222
User git
# Управление git
Host git.alt
HostName gitery.altlinux.org
PubkeyAcceptedKeyTypes +ssh-dss
User .....
Port 222
User git
--
А ещё говорят так (fortune):
Who is John Galt?
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next prev parent reply other threads:[~2016-01-30 17:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 16:22 Vladislav Zavjalov
2016-01-30 17:14 ` Hihin Ruslan [this message]
2016-01-30 17:32 ` Vladislav Zavjalov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201601302014.11844@ruslandh \
--to=ruslandh@gmail.com \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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