Add ssh config
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/.ssh/id_ed25519"
|
||||
core.sshCommand = "ssh -i ~/.ssh/id_ed25519"
|
||||
|
||||
[user]
|
||||
email = "eesimmons9105@gmail.com"
|
||||
name = "Ethan Simmons"
|
||||
user.email = "eesimmons9105@gmail.com"
|
||||
user.name = "Ethan Simmons"
|
||||
|
||||
5
hosts/ankaa/dotfiles/ssh/config
Normal file
5
hosts/ankaa/dotfiles/ssh/config
Normal file
@@ -0,0 +1,5 @@
|
||||
Host gitea
|
||||
HostName git.simmer505.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
Reference in New Issue
Block a user