Josh

Results 7 issues of Josh

I'm in a scenario where I need SSH configuration for Ansible (which relies on IP address in our case), but I also will need to periodically log into these servers...

[Link to pill](https://nixos.org/nixos/nix-pills/working-derivation.html#idm140737316336544) System: macOS 10.12.6 nix-repl version: 1.11.15 Problem: When following pill 7.5 An error is thrown stating that clang cannot be found. [Here](https://gist.github.com/joshuaks/3b6f1ee7cbda1517b7b86d54c032fe96). you can see what I...

In reference to: https://github.com/blacklabelops/logrotate/issues/25 **Problem use case** Say a given log file has no user/group mapping present in the `logrotate` container. `logrotate` will attempt to rotate the file as `root`....

I have many log files present in `/var/log/company_name` to be rotated on an hourly basis into `/var/log/company_name/rotated`, keeping the past 24-hours. All logs seem to be rotating except a select...

enhancement

Due to performance issues related to database launching performance ([from documentation](https://strongbox.reamaze.com/kb/ssh-agent/database-is-slow-to-open-after-adding-ssh-key)), would it be possible to only decrypt SSH keys upon request? Instead of one big performance hit from multiple...

I have some routes for `show` like so: 1. `/foo/{foo_id}/bar/{id}.json` 2. `/foo/{id}.json` I'm trying to [DRY up my documentation](https://github.com/richhollis/swagger-docs#drying-up-common-documentation). Can I somehow specify path variables (especially when nested) while also...