# This is an example Preserves Schema definition. # https://preserves.dev/preserves-schema.html # Every schema definition file must specify the version of the schema language it uses. # This allows for evolution of the schema language. version 1 . # The remainder of the file consists of definitions appropriate for using Preserves to # represent parsed records and internal implementation states of the SSH authentication # subprotocol of an SSH protocol implementation. SshAuthenticatedUser = . SshAuthMethod = / @none #"none" / @publickey #"publickey" / @password #"password" . SshAuthRequest = / / / . SshAuthenticationMethodAcceptable = . SshAuthenticationAcceptable = . PublicKey = Ed25519PublicKey . Ed25519PublicKey = . Ed25519PrivateKey = .