Compare commits
9 Commits
2ea8c0ab08
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8782f3bbf4 | ||
|
|
16cfa913a4 | ||
|
|
4380f0696b | ||
|
|
2b834d05cb | ||
|
|
fa465ff667 | ||
|
|
636c5414cd | ||
|
|
041246793a | ||
|
|
c988f6b994 | ||
|
|
0aa39e012f |
1
ssh/app-gitea-selfhost.pub
Normal file
1
ssh/app-gitea-selfhost.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILji+qkI6zDXSfTI1QRP+LCSoJrkI9uvHLzu0qxpq2yM
|
||||
26
ssh/config
26
ssh/config
@@ -3,6 +3,18 @@ Host *
|
||||
IdentityFile ~/.flinty/ssh/%n.pub
|
||||
ForwardAgent yes
|
||||
|
||||
Host git.mitsea.com
|
||||
HostName git.mitsea.com
|
||||
User git
|
||||
IdentityFile ~/.flinty/ssh/app-gitea-selfhost.pub
|
||||
|
||||
Host git.liandisys.com.cn
|
||||
HostName git.liandisys.com.cn
|
||||
User git
|
||||
IdentityFile ~/.flinty/ssh/app-gitlab-ce.pub
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
||||
Host inc-r750xa
|
||||
HostName 10.0.24.20
|
||||
User ubuntu
|
||||
@@ -26,7 +38,7 @@ Host inc-dev-et
|
||||
|
||||
Host inc-radxa
|
||||
HostName 172.16.49.114
|
||||
User radxa
|
||||
User flintylemming
|
||||
|
||||
Host inc-backup-server
|
||||
HostName 10.0.88.33
|
||||
@@ -137,6 +149,10 @@ Host idc-dmit-lax
|
||||
HostName 69.63.202.73
|
||||
User root
|
||||
|
||||
Host idc-op-eu
|
||||
HostName 51.158.146.60
|
||||
User flintylemming
|
||||
|
||||
Host hf-linux
|
||||
HostName 192.168.5.12
|
||||
User flintylemming
|
||||
@@ -181,4 +197,10 @@ Host frp-inc-r750xa
|
||||
HostName 112.31.107.190
|
||||
User flintylemming
|
||||
Port 7011
|
||||
IdentityFile ~/.flinty/ssh/inc-r750xa.pub
|
||||
IdentityFile ~/.flinty/ssh/inc-r750xa.pub
|
||||
|
||||
Host frp-us-la
|
||||
HostName 112.31.107.190
|
||||
User root
|
||||
Port 7012
|
||||
IdentityFile ~/.flinty/ssh/us-la.pub
|
||||
1
ssh/git.liandisys.com.cn.pub
Normal file
1
ssh/git.liandisys.com.cn.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFDbr1MnF1LZesax+sBRNVL3kQZVE0NlUhTNBZwU9p2W
|
||||
1
ssh/idc-op-eu.pub
Normal file
1
ssh/idc-op-eu.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB2ifq+UpmNzskfhKd2I2pEfKHjbG7vxVTL9W8JDD3EC
|
||||
Reference in New Issue
Block a user