add ssh server

This commit is contained in:
FlintyLemming
2025-12-17 21:53:36 +08:00
parent 49d5a4ffe5
commit 3d5df244c9
3 changed files with 6 additions and 0 deletions

View File

@@ -85,4 +85,10 @@ Host hf-qts
HostName 192.168.5.6
User FlintyLemming
IdentityFile ~/.flinty/ssh/hf-qts.pub
IdentitiesOnly yes
Host nj-fnos
HostName 192.168.2.6
User FlintyLemming
IdentityFile ~/.flinty/ssh/nj-fnos.pub
IdentitiesOnly yes