Clening of setup script. Add ssh config
This commit is contained in:
9
ssh.config
Normal file
9
ssh.config
Normal file
@@ -0,0 +1,9 @@
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/thomas_rsa
|
||||
VisualHostKey yes
|
||||
Host github.com
|
||||
User git
|
||||
Host gitea
|
||||
HostName git.thomasloven.com
|
||||
User git
|
||||
Reference in New Issue
Block a user