ssh
This commit is contained in:
6
.ssh/config.lua
Normal file
6
.ssh/config.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
target = {
|
||||||
|
linux = "~/.ssh",
|
||||||
|
default = "~/.ssh",
|
||||||
|
},
|
||||||
|
}
|
||||||
48
.ssh/files/config
Normal file
48
.ssh/files/config
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
Host vps
|
||||||
|
HostName 37.221.194.92
|
||||||
|
User root
|
||||||
|
IdentityFile ~/.ssh/vps
|
||||||
|
|
||||||
|
Host github.com
|
||||||
|
HostName github.com
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/github
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host hf.co
|
||||||
|
HostName hf.co
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/github
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host tangled.sh
|
||||||
|
HostName tangled.sh
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/tangled
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host tangled.org
|
||||||
|
HostName tangled.org
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/tangled
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host gitea.thomas.rocks
|
||||||
|
HostName gitea.thomas.rocks
|
||||||
|
User git
|
||||||
|
Port 22222
|
||||||
|
IdentityFile ~/.ssh/gitea
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host gitea.unrail.xyz
|
||||||
|
HostName gitea.unrail.xyz
|
||||||
|
User git
|
||||||
|
Port 2222
|
||||||
|
IdentityFile ~/.ssh/gitea-unrail
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host mac-attio
|
||||||
|
HostName 192.168.1.205
|
||||||
|
User thomasglopes
|
||||||
|
IdentityFile ~/.ssh/mac-attio
|
||||||
|
AddKeysToAgent yes
|
||||||
Reference in New Issue
Block a user