Duncan Mac-Vicar P.
Duncan Mac-Vicar P.
Sounds great. We could do a Hangout or something. I am in Central European Time. You? While implementing any of those items would mean a steep learning curve (eg, all...
It would be cool if we could interface with the native keyrings on Windows, Linux and OSX, however this may require a dependency on at least dbus bindings on Linux...
Yes. Definitely interested. Thanks for the detailed report. If the commits are merged upstream, we could go back to the mainstream x/crypto/ssh.
>Blocking issue for us too, can't start vm on arm. @dmacvicar there is a chance to push it? Or maybe even just add option to set "bus" param for disk?...
@tsorya if you look at the example I [pasted above](https://github.com/dmacvicar/terraform-provider-libvirt/pull/895#pullrequestreview-780284017), from cloud-init documentation one derives there is no need for a CDROM. Just a disk with the right label, and...
Why? x86 works with disk too.
I don't think the provider should auto-configure this (and can't as we can't assume we run as root). I'd accept a PR hinting at this in the README and also...
> @inflatador :: The latest 0.6.11 presented a regression in my case. > > This is the connection string I was using with 0.6.10: > > ``` > qemu+ssh://[email protected]/system?keyfile=$HOME/.ssh/id_ed25519_laptop.example.com >...
> @dmacvicar WDYT? In general I like the use-case you describe, about sharing a terraform configuration and keeping the user-specific settings local to the user. I am only worried about...
I am definitely interested in supporting ssh_config. Not sure if using https://github.com/kevinburke/ssh_config or https://github.com/k1LoW/sshc At the end the parser is the less important part, and the translation into a ClientConfig...