Skip to content
GitLab
Explore
Sign in
Changes
Page history
update
authored
Mar 05, 2015
by
Administrator
Show whitespace changes
Inline
Side-by-side
create-ssh-key.markdown
View page @
64516b1c
...
...
@@ -17,7 +17,6 @@ C:\Program Files (x86)\Git\bin\ssh-keygen -t rsa -C USERNAME@DOMAIN.TLD
-
id_rsa.pub - публичный ключ
3.
Создать файл
`%USERPROFILE%\.ssh\config`
в котором прописать:
```
Host source.isimplelab.com
Port 222
...
...