Ian Grant

Results 11 issues of Ian Grant

Two blocks for enabling/disabling the SSH server, and the PasswordAuthentication configuration option. So you can, for example, enable the SSH service and disallow password logins.

I noticed some blocks that were included when I installed PiBakery aren't available in the interface because they are not listed in the info.json file (in "loadOrder"). They are: "updateupgrade"...

This PR resurrects an earlier closed one (https://github.com/giovtorres/kvm-install-vm/pull/43), which added the `-n` parameter to allow attaching of VMs to defined libvirt networks at creation. I have just rebased that PR...

See https://community.roonlabs.com/t/how-can-i-deterministically-derive-the-zone-id/127657 The only identifiable metadata returned by the API for a Zone object (or Output object) is: * Zone ID (UUID) * Display name It would be useful to...

### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...

type:bug
shell:fish
codebase:figterm

### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...

type:bug
shell:fish
codebase:figterm

**Describe the bug** When `fish` is installed and configured as the default shell, `ProxyJump` in SSH does not work, that is, `ssh -J user@jumphost user@destination host` fails. SSH [to the...

Patched
Bug

# HP iLO deploy script Deploy hook shell script to install a certificate in an HP iLO (via Redfish REST API). ## ⚡ Quick start ```shell $ export HPILO_USERNAME=admin $...

This PR adds a config input, `calver.startFrom` (default: `0`), which can be used to start the numbering of semantic components from e.g. `1` instead of `0`. Possibly useful to some...

This is a suggested solution for issue #21 — where a semantic tag is incorrectly incremented when incrementing a modifier tag, and also when dropping a modifier tag. The example...