1
0
mirror of https://github.com/coalaura/up.git synced 2025-07-17 21:44:35 +00:00

validate ip

This commit is contained in:
Laura
2025-06-20 21:24:16 +02:00
parent d976005959
commit 8ec9a287ae
3 changed files with 62 additions and 10 deletions

View File

@ -6,11 +6,12 @@ import (
type ChallengeEntry struct {
Challenge []byte
Client string
PublicKey ssh.PublicKey
}
type SessionEntry struct {
PublicKey ssh.PublicKey
Client string
}
type AuthRequest struct {