Thomas Strömberg
                                            Thomas Strömberg
                                        
                                    kernel.cafe has always supported a `shell` field in `users.yaml`, but no usage examples exist yet. Here is the field: https://github.com/KernelCafe/automation/blob/484ac2b5e2c39701b37372fc526380c4c9046a56/cmd/generate-ansible/main.go#L36 Here is how it gets invoked: https://github.com/KernelCafe/automation/blob/484ac2b5e2c39701b37372fc526380c4c9046a56/cmd/generate-ansible/main.go#L305 We should probably...
It's sort of off-topic, but as a default, I have a strong preference for guiding users to a friendly modern shell. I'm open to alternatives but have a strong preference...
Funny enough, `rwho` isn't available on modern Mac's. We may just end up going with `who` instead.
motd is done! https://github.com/KernelCafe/automation/commit/6a0d806bcaee18b733d00e13676b6b06b1ec07f9
+1. I was just going to propose a PR to make the same change. It seems the SecureConnect bits have been removed, so this should fix #5
Working on a quick PR for this.