Re: Wg-quick warns that unwind may leak DNS queries

2022-09-15 Thread David A. Pocock
>From the unwind manpage: > unwind sends DNS queries to nameservers to answer queries and switches to > resolvers learned from dhclient(8), dhcpleased(8) or slaacd(8) if it > detects that DNS queries are blocked by the local network. Perhaps the warning us to let you know that using unwind _may_

Re: Select ssh key from ssh-agent?

2020-05-23 Thread David A. Pocock
I can't relate; doing this from OpenBSD6.7 to OpenBSD6.7 the ecdsa forward through and show up via ssh-add without any issues (and allow using the intermediary host without having the keys present (and being able to choose keys as per the initial question). I was also able to do this over to a M

Re: Select ssh key from ssh-agent?

2020-05-22 Thread David A. Pocock
Consider: workstation$ eval $(ssh-agent) workstation$ ssh-add ~/.ssh/my_primary_key workstation$ ssh-add ~/.ssh/my_secondary_key workstation$ ssh-add -l hash /home/user/.ssh/my_primary_key hash /home/user/.ssh/my_secondary_key workstation$ ssh -A intermediaryhost interm

sudoreplay in sudo 1.8.21 on 6.2-snapshot

2017-08-31 Thread David A. Pocock
istently recreate by attempting to sudoreplay any session. Is there any further useful information I may provide to investigate such behavior? -David A. Pocock

Re: booting OpenBSD with grub

2015-05-28 Thread David A. Pocock
I've not done this since 2009, but found in my notes: # The OpenBSD section of the menu.lst config file, for GRUB. # ## You would like to use: # root (hd1,1,a) # kernel --type=openbsd /bsd # # But OpenBSD passes bios & kernel parameters with its own bootloader, # the first stage of which is insta