mirror of
https://github.com/coalaura/up.git
synced 2025-07-17 21:44:35 +00:00
validate ip
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user