Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sender is not able to connect #24

Open
msmthng opened this issue Oct 17, 2024 · 1 comment
Open

sender is not able to connect #24

msmthng opened this issue Oct 17, 2024 · 1 comment

Comments

@msmthng
Copy link

msmthng commented Oct 17, 2024

hi i get this error on the sender:

pihole-sync-sender | Host key verification failed.
pihole-sync-sender | rsync: connection unexpectedly closed (0 bytes received so far) [sender]
pihole-sync-sender | rsync error: unexplained error (code 255) at io.c(231) [sender=3.2.7]
pihole-sync-sender | Unable to initiate dnsmasq.d rsync. Is the receiver online?

how can i update the known hosts file in the sender?

/mnt/ext/piholesync/etc-ssh is empty on sender volume

thx

@msmthng
Copy link
Author

msmthng commented Oct 17, 2024

i have managed by adding following to the sender service in compose yaml:

    entrypoint: /bin/bash
    tty: true

aftter that i was executing /bin/bash into this container and launched ssh host -p 22222 to update the known hosts.

is there a way to do this without that steps?

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant