eszense

Results 8 issues of eszense

Since v8.2p1 OpenSSH supports FIDO hardware authenticators (e.g. Yubikey) with the key types “ecdsa-sk” and “ed25519-sk", and use of FIDO key is a security requirement in certain situations. Is FIDO...

feature

##### SUMMARY Fix #3320 lvreduce does not require pv as input, and will produce error like "Command does not accept argument /dev/sdb1" if pv given. This fix omit pv for...

bug
module
stale_ci
new_contributor
needs_info
plugins
system
check-before-release
backport-4
backport-5

### Summary It would be useful to allow multiple makefile targets to be specified in community.general.make. ### Issue Type Feature Idea ### Component Name community.general.make ### Additional Information Example Test...

feature
module
plugins
system

##### SUMMARY - If `ControlMaster` and `ControlPersist` is specified in `ssh_args` of ansible.cfg, the omitted `ControlPath` will be autogenerated by ansible with `~/.ansible/cp/` as per [the ssh connection plugin](https://github.com/ansible/ansible/blob/f501b579e51c05565d852feb676fa38cddf3f2ed/lib/ansible/plugins/connection/ssh.py#L570) -...

bug
verified
waiting_on_contributor

Vagrant is always rebuilding existing image on my machine. Likely this is caused by a bug here. Which attempts search for an existing image ID from the command `docker images...

waiting-intake

#### Description Current default for Packer configured CD (`cd_files`, `cd_content`) is to use the IDE adapter. However, this would not work for ARM guest since IDE is not supported by...

enhancement
builder/vmware-vmx
hypervisor/fusion
arch/arm64

### Describe the bug The `vmrun getGuestIPAddress` command does not work when VM is started in headless mode as previously [reported](https://communities.vmware.com/t5/VMware-Fusion-Discussions/Using-vmrun-to-obtain-a-guests-IP-address-when-running-the-VM-in/td-p/2236978). ### Reproduction steps 1. `vmrun -T fusion start "path/to/MyVMs.vmx"...

bug

This line seems to have a bug causing error when running `docker-exec` https://github.com/hashicorp/vagrant/blob/faf901402d8e7dd1ff1f814f441894bc34c3bb1c/plugins/providers/docker/command/exec.rb#L96-L98 ## Steps to reproduce Environment: Vagrant 2.4.1, macOS 14.2.1 1. vagrantFile ``` Vagrant.configure("2") do |config| config.vm.provider "docker"...