Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
H How-To
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • docs
  • How-To
  • Wiki
  • create ssh key

Last edited by Данила Козлов May 03, 2024
Page history
This is an old version of this page. You can view the most recent version or browse the history.

create ssh key

Создание SHH-ключа

Windows

  1. Воспользоваться утилитой "ssh-keygen.exe" из поставки Git: C:\Program Files (x86)\Git\bin\ssh-keygen -t rsa -C "youremail".
  2. Полученный ключ разместить в %USERPROFILE%\.ssh.
  3. Создать файл %USERPROFILE%\.ssh\config в котором прописать:
    Host source.isimplelab.com
    Port 222

Добавление SHH-ключа:

  1. Заходите в GitLab.
  2. Щёлкаете по значку со всплывающей подсказкой "Profile settings".
  3. На странице профиля выбираете группу настроек "SSH Keys".
  4. Нажимаете на кнопку "Add SSH Key".
  5. В поле "Title" вводите любой заголовок.
  6. В поле "Key" копируете содержимое файла "id_rsa.pub".
  7. Нажимаете на кнопку "Add key".
Clone repository
  • Work in branches
  • clone ibank
  • create new module
  • create ssh key
  • git essentials
  • initial config
  • remove module
  • submodule basic