Random tools I've found interesting
Andreas Hasenack
andreas at canonical.com
Fri Mar 6 16:08:25 UTC 2020
Hi
On Fri, Mar 6, 2020 at 12:47 PM Ryan Harper <ryan.harper at canonical.com> wrote:
> # /home/rharper/.ssh/config.defaults
> Host *.lxd
> User ubuntu
> IdentityFile /home/rharper/.ssh/id_rsa
> StrictHostKeyChecking no
> UserKnownHostsFile /dev/null
> ProxyCommand nc $(lxc list -c s4 $(basename %h .lxd) | awk '/RUNNING/ {print $4}') %p
I'm sad because DNS resolution used to work out of the box for *.lxd
domains in the past. It was easy to configure "Hey, for this domain
lxd, use that nameserver". I haven't been able to configure this
anymore in recent ubuntu releases. The best I got was a dns loop and
100% cpu usage.
More information about the ubuntu-server
mailing list