Davidc502 build wireguard

hi,

i have tthe latest build, and I try with ssh (putty) to generate the wireguard key, but every command does not work, it worked with open wrt build... i use those :slight_smile:

$ mkdir -p /etc/wireguard
$ wg genkey | tee /etc/wireguard/server-privatekey | wg pubkey > /etc/wireguard/server-publickey
$ wg genkey | tee client-privatekey | wg pubkey > client-publickey

or : wg genkey | tee privatekey | wg pubkey > publickey

ideas?
thanks

You haven't really described the issue...
Did you get any errors? Did the files get created? was there anything in the files?

1 Like