Lines Matching +full:pre +full:- +full:its
1 .\" SPDX-License-Identifier: BSD-2-Clause
35 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
66 .Bl -tag -width indent -offset 3n
73 Each peer uses its private key and corresponding public key to
77 interface with its own private key and with the public keys of its peers.
78 .It Pre-shared key
80 unique pre-shared symmetric key.
83 Diffie-Hellman exchange becomes feasible.
89 The interface therefore implements rudimentary routing and reverse-path
90 filtering functions for its tunneled traffic.
119 The Curve25519 keys and the pre-shared keys are both 32 bytes
130 will accept any random 32-byte base64 string.
148 .Bd -literal -offset indent
150 # wg genkey | wg set wg0 listen-port 54321 private-key /dev/stdin
156 .Bd -literal -offset indent
157 $ wg show wg0 public-key
160 Connect to a specific endpoint using its public-key and set the allowed IP address
161 .Bd -literal -offset indent
162 # wg set wg0 peer '7lWtsDdqaGB3EY9WNxRN3hVaHMtu1zXw71+bOjNOVUw=' endpoint 10.0.1.100:54321 allowed-…
166 .Bd -literal -offset indent
177 .Bl -diag
180 .Bl -bullet
223 .An -nosplit