Displaying 3 results from an estimated 3 matches for "1047861".
2014 Mar 26
2
Libvirt libssh2 authentication
Hi,
I am working on a java application using libvirt java API (version 0.4.7)
and i would like to authenticate through ssh within my application (no need
for the user to type his password). How can i submit SSH authentication
credentials to libvirt?
I am trying to get it working using libssh2 callback, but i get the error:
"SSH transport error: no suitable method to retrieve authentication
2014 Mar 27
0
Re: Libvirt libssh2 authentication
...port error: no suitable method to retrieve authentication
> credentials" before anything happens. I have the same error running "virsh
> -c qemu+libssh2://username@host/system list" command.
There's already a bug report open, see
https://bugzilla.redhat.com/show_bug.cgi?id=1047861
I'd recommend you use a newer version of libvirt-java, though. Version
0.5.1 was released in Sep 2013.
2015 Jul 04
2
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
Yep we have our own parser <https://github.com/vinzenz/libpypa/> and we
would love to see other people use it. When we looked around at some other
Python parsers we didn't feel like any of them were easy to extract and use
on their own, so we wrote our own and I think were able to keep ours
well-separated. There are some things that make parsing Python somewhat
difficult to do in a