Eduardo Lopez
Eduardo Lopez
``` # github.com/karalabe/hid vendor/github.com/karalabe/hid/hid_enabled.go:23:11: fatal error: os/threads_posix.c: No such file or directory #include "os/threads_posix.c" ^~~~~~~~~~~~~~~~~~~~ ``` Have been getting this on ubuntu18. CGO_ENABLED=1. libusb 1.0.0 + libusb1.0.0-dev installed. Wondering what...
I might be wrong here, but looks like aws elasticache redis only allows encryption when replicated or in cluster mode. Fleet currently uses redigo which [does not support clustering](https://github.com/gomodule/redigo/issues/333). Couple...
Fogg's module_source feature doesn't let you specify providers such as: ``` module foobar { source = ""asfdasdfaf" providers { aws = aws aws.us-east-1 = aws.us-east-1 } } ```
Rather than trying to merge everything into an .ssh/config, we create a separate .ssh/blessconfig and then `Include` it. This requires users to manually add to the top of their .ssh/config...
Some users clear their ssh-agent between blessclient runs. ssh-agent does not get re-populated on subsequent runs since the cert is still fresh.
#109 import-config with a git source only works if the file is at the root of the repo `myorg/myrepo/docs` yields -> `is not a valid repository name`
Reported in #109 `blessclient import-config http://github.com//examples/config.yml -k ~/.ssh/id_rsa` will overwrite your config with a blank one -- this should be an error instead
potentially use blessclient to configure host certificates