SSH config
This commit is contained in:
13
ssh/config
Normal file
13
ssh/config
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# gitlab-psljr
|
||||||
|
Host gitlab-psljr
|
||||||
|
HostName gitlab.com
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/id_rsa_psljr
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
|
#gitlab-psldevstudios
|
||||||
|
Host gitlab-psldevstudios
|
||||||
|
HostName gitlab.com
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/id_rsa_psldevstudios
|
||||||
|
IdentitiesOnly yes
|
||||||
Reference in New Issue
Block a user