Bug 33791 - Ошибка в статье
Summary: Ошибка в статье
Status: CLOSED NOTABUG
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: www.altlinux.org (show other bugs)
Version: unspecified
Hardware: all Linux
: P3 normal
Assignee: lineprinter@altlinux.org
QA Contact: lineprinter@altlinux.org
URL: https://www.altlinux.org/Git.alt/%D0%...
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 21:07 MSK by alexey
Modified: 2017-08-21 21:52 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexey 2017-08-21 21:07:13 MSK
В статье приведён пример ~/.ssh/config для сборки на git.altlinux.org

# Управление git
# Host gitery
Host git.alt
    HostName gitery.altlinux.org
    User git_USERNAME
    Port 222
    # if stored separately
    #IdentityFile ~/.ssh/id_dsa-git.alt
    # и если openssh-7.* или новее + ключ dsa, непременно
    #PubkeyAcceptedKeyTypes ssh-dss
    # иначе будет ошибка not in PubkeyAcceptedKeyTypes 
# сборочница gear
Host girar
    HostName git.altlinux.org 
    User git_USERNAME
    Port 222

Выясняется, что HostName для girar должен быть также "gitery.altlinux.org", а не "git.altlinux.org".
Comment 1 alexey 2017-08-21 21:52:25 MSK
Всего лишь недопонимание.