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

create ssh key · Changes

Page history
%USERPROFILE% authored Feb 20, 2015 by Administrator's avatar Administrator
Hide whitespace changes
Inline Side-by-side
Showing with 9 additions and 9 deletions
+9 -9
  • create-ssh-key.markdown create-ssh-key.markdown +9 -9
  • No files found.
create-ssh-key.markdown
View page @ b95d8c11
......@@ -5,8 +5,8 @@ Windows
1. Установить git-клиент с официального сайта (http://git-scm.com/download/win).
2. Воспользоваться утилитой "ssh-keygen.exe" из поставки.
`ssh-keygen -t rsa -C "youremail"`.
3. Полученный ключ разместить в %USER_HOME%\\.ssh.
4. Создать в %USER_HOME%\\.ssh файл с именем config, в котором прописать:
3. Полученный ключ разместить в %USERPROFILE%\\.ssh.
4. Создать в %USERPROFILE%\\.ssh файл с именем config, в котором прописать:
`Host source.isimplelab.com`
......@@ -14,10 +14,10 @@ Windows
Добавление SHH-ключа:
1. заходите в GitLab;
2. щёлкаете по значку со всплывающей подсказкой "Profile settings";
3. на странице профиля выбираете группу настроек "SSH Keys";
4. нажимаете на кнопку "Add SSH Key";
5. в поле "Title" вводите любой заголовок;
6. в поле "Key" копируете содержимое файла "id_rsa.pub";
7. нажимаете на кнопку "Add key".
\ No newline at end of file
1. Заходите в GitLab.
2. Щёлкаете по значку со всплывающей подсказкой "Profile settings".
3. На странице профиля выбираете группу настроек "SSH Keys".
4. Нажимаете на кнопку "Add SSH Key".
5. В поле "Title" вводите любой заголовок.
6. В поле "Key" копируете содержимое файла "id_rsa.pub".
7. Нажимаете на кнопку "Add key".
\ No newline at end of file
Clone repository
  • Work in branches
  • clone ibank
  • create new module
  • create ssh key
  • git essentials
  • initial config
  • remove module
  • submodule basic