fix(ssh): update user and host configurations in SSH config files
This commit is contained in:
@@ -7,3 +7,8 @@ Host github.com
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host git.ada-dev.ru
|
||||
HostName git.ada-dev.ru
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Reference in New Issue
Block a user