add ssh server

This commit is contained in:
FlintyLemming
2025-12-18 10:51:41 +08:00
parent c066142088
commit 88b79995e0
2 changed files with 7 additions and 0 deletions

View File

@@ -137,6 +137,12 @@ Host hf-truenas
IdentityFile ~/.flinty/ssh/hf-truenas.pub IdentityFile ~/.flinty/ssh/hf-truenas.pub
IdentitiesOnly yes IdentitiesOnly yes
Host hf-network-server
HostName 192.168.5.9
User flintylemming
IdentityFile ~/.flinty/ssh/hf-network-server.pub
IdentitiesOnly yes
Host nj-fnos Host nj-fnos
HostName 192.168.2.6 HostName 192.168.2.6
User FlintyLemming User FlintyLemming

View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICfCIEdy45L70Vb01F2f0pEVbk50VwgNQNVmCMfbWbih