10
This commit is contained in:
15
beispiele/10/ssh-config.txt
Normal file
15
beispiele/10/ssh-config.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Host git.scytec.de
|
||||
HostName git.scytec.de
|
||||
Port 7222
|
||||
IdentityFile ~/.ssh/gitlab-key
|
||||
User danthefan
|
||||
|
||||
Host pi
|
||||
HostName 192.168.1.5
|
||||
User dany
|
||||
|
||||
Host gitlab.com
|
||||
HostName gitlab.com
|
||||
User gitlab
|
||||
IdentityFile ~/.ssh/gitlab-key
|
||||
|
Reference in New Issue
Block a user