Re: reposync:host key verification failed

2021-06-10 Thread Avon Robertson
On Thu, Jun 10, 2021 at 11:06:46AM -, Stuart Henderson wrote: > On 2021-06-09, Avon Robertson wrote: > > On Tue, Jun 08, 2021 at 11:11:15AM +1200, Avon Robertson wrote: > >> On Mon, Jun 07, 2021 at 08:21:24PM -, Stuart Henderson wrote: > >> > On 2021-06-07, Avon Robertson wrote: > >> > >

Re: reposync:host key verification failed

2021-06-10 Thread Stuart Henderson
On 2021-06-09, Avon Robertson wrote: > On Tue, Jun 08, 2021 at 11:11:15AM +1200, Avon Robertson wrote: >> On Mon, Jun 07, 2021 at 08:21:24PM -, Stuart Henderson wrote: >> > On 2021-06-07, Avon Robertson wrote: >> > > $ make obj >> > >===> ssh >> > > /usr/src/usr.bin/ssh/ssh/obj ->

Re: reposync:host key verification failed

2021-06-09 Thread Avon Robertson
On Tue, Jun 08, 2021 at 11:11:15AM +1200, Avon Robertson wrote: > On Mon, Jun 07, 2021 at 08:21:24PM -, Stuart Henderson wrote: > > On 2021-06-07, Avon Robertson wrote: > > > $ make obj > > >===> ssh > > > /usr/src/usr.bin/ssh/ssh/obj -> /usr/obj/usr.bin/ssh/ssh > > > mkdir: /usr/obj/usr.bin:

Re: reposync:host key verification failed

2021-06-07 Thread Avon Robertson
On Mon, Jun 07, 2021 at 08:21:24PM -, Stuart Henderson wrote: > On 2021-06-07, Avon Robertson wrote: > > $ make obj > >===> ssh > > /usr/src/usr.bin/ssh/ssh/obj -> /usr/obj/usr.bin/ssh/ssh > > mkdir: /usr/obj/usr.bin: Permission denied > > *** Error 1 in ssh (:61 'obj': @cd

Re: reposync:host key verification failed

2021-06-07 Thread Stuart Henderson
On 2021-06-07, Avon Robertson wrote: > $ make obj >===> ssh > /usr/src/usr.bin/ssh/ssh/obj -> /usr/obj/usr.bin/ssh/ssh > mkdir: /usr/obj/usr.bin: Permission denied > *** Error 1 in ssh (:61 'obj': @cd /usr/src/usr.bin/ssh/ssh; > umask 007; here=`/bin/pwd`; bsdsrcdir=`cd /usr/src; /bin/pwd`;

Re: reposync:host key verification failed

2021-06-07 Thread Avon Robertson
Hello again Theo, Stuart, and naddy, Please view my findings at the end of this post. On Mon, Jun 07, 2021 at 12:16:19PM +1200, Avon Robertson wrote: > Hello Theo, Stuart, and naddy, > > Thank you for your responses. I will do as you have suggested and > post my findings to misc@ upon

Re: reposync:host key verification failed

2021-06-06 Thread Avon Robertson
Hello Theo, Stuart, and naddy, Thank you for your responses. I will do as you have suggested and post my findings to misc@ upon completion. Regard Avon. On Sun, Jun 06, 2021 at 04:38:55PM -0600, Theo de Raadt wrote: > Yes a diff we need tested. Snapshots often contain future diffs, being >

Re: reposync:host key verification failed

2021-06-06 Thread Theo de Raadt
Yes a diff we need tested. Snapshots often contain future diffs, being tested, and once in a while those diffs contain errors. Newer snapshots contain a fix to this diff, another approach is to try a newer snapshot. Stuart Henderson wrote: > There are some diffs in ssh in snapshots, please

Re: reposync:host key verification failed

2021-06-06 Thread Stuart Henderson
There are some diffs in ssh in snapshots, please try building ssh from source rather than snapshot and see if it fixes things, $ cd /usr/src/usr.bin/ssh $ cvs up $ make obj $ make $ doas make install On 2021-06-06, Avon Robertson wrote: > Hello misc@, > I have used a shell script containing

Re: reposync:host key verification failed

2021-06-06 Thread Christian Weisgerber
On 2021-06-06, Avon Robertson wrote: > reposync: host key verification failed - see > /var/db/reposync/known_hosts > > The same error was then recorded in my log on the 3rd, 4th, 5th, and > 6th of June. The above known_hosts file does not exist on this machine. > The FILES section of reposync(1)

reposync:host key verification failed

2021-06-06 Thread Avon Robertson
Hello misc@, I have used a shell script containing the following statements since the 20th January 2021. It has executed without error until recently. The last error free execution was on the 30th May. #!/bin/ksh logfile="$HOME/var/log/updcvs" printf "\n$(date)\n" >> $logfile printf "Call