Replies: 3 comments 2 replies
-
UP. I would Like to connect to a git with ssh. Anyone have an idea ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Others have got this working: #14941, #15394 (comment), #15394 (comment) Based on your error message, it seems to have gotten as far as opening the ssh connection but doesn't recognize the host key presented by the remote side. Adding the host key to |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for the roadmap to try something, I can understand « resurrecting
» an old thread like that can be annoying.
I will open a thread if I still struggle.
Thank you,
Arthur
…On Thu 26 Sep 2024 at 14:48, Brian Candler ***@***.***> wrote:
I was talking about the specific problem that @cschar
<https://github.com/cschar> was having. But now I see that's a very old
question - it's annoying to have an ancient thread resurrected like that.
Your problem seems to be different: you've not even started. Docker
complicates things. I can't give you a tested answer for that case.
If you end up with the same "Host key verification failed" error then I'm
guessing that first you'll have to see what user Netbox is running as in
the container (is there a 'netbox' user, or is it running as 'root'?) Then
you'll have to find the home directory of that user, in /etc/passwd. Then
you'll have to create a .ssh subdirectory under the home directory, and
add the known_hosts file there, with the correct permissions. Which,
being docker, is probably best done via a volume mount.
But if you're having some other problem, then obviously nobody can help
you without seeing your configuration and error message(s). And in that
case, it would be better for you to open a new thread giving all the
details.
—
Reply to this email directly, view it on GitHub
<#13830 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2DITZEFHIAUQPZ45VKKFCDZYP7BZAVCNFSM6AAAAABO4RXZQOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZWGMZTKMI>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a public azure devops repository hosted on dev.azure.com
I would like to sync it as a datasource , and am wondering, instead of using http/https , can I use git as the data-source type?
https://dev.azure.com/csc321/OpenSourceProject1/_git/my-sample-datasource?path=/prefixes_1.csv is an example file
here is my config
In the example docs it only shows an https item: https://docs.netbox.dev/en/stable/models/core/datasource/
when i try to sync, it errors, and in the rq service i get
sudo journalctl --unit netbox-rq.service -n 100 --no-pager
How can I configure this ssh datasource to use the public git repo?
Followup Question:
Beta Was this translation helpful? Give feedback.
All reactions