Michael Kaplan

Results 30 comments of Michael Kaplan

Yeah, My theory is that we could try catch the stdout and only if we find a sudo prompt, we inject the password, but from what I have been playing...

>Looking for sudo prompts would require analyzing all output (different locales and distros may make this very difficult to do reliably) and maybe buffer/gatekeep stdin input. And it's slightly suspicious...

>That will leak the password and make it visible via /proc to all users (if /proc isn't mounted with hidepid>0). You really need to pass the password via stdin. Yes,...

Hey, sorry for late reply. # VM Specs: this is the yaml I create the VMs with ``` apiVersion: kubevirt.io/v1 kind: VirtualMachine metadata: name: centos-vm namespace: vms spec: dataVolumeTemplates: -...

I probably badly worded it there. I meant without keys(eg. if the only option to connect is with passwords) I suppose I'll setttle on the AuthMethod. Thanks

I do wonder if I'm able to do something similar to an auth method with the openssh? AFAIK ssh-agent can't deal with password only auth(and for various reasons, keys might...

@kke I have cleaned it up, so we should now be good to go(unless I missed something)