leshy
leshy
you can enable these keys for this specific host via your .ssh/config file ``` Host remarkable PubkeyAcceptedAlgorithms +ssh-rsa HostkeyAlgorithms +ssh-rsa ```
seeing this as well on a fresh nixos 18.09 + nixops + libvirt within (any freshly installed) guests: ``` sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy" sudo:...
> This is Not a issue any more in Stable 4 Can you elaborate? I cannot see how I'm able to set custom vpn servers in v4, just choose between...
> It's a lack of having someone to do the dev work. It's not as easy as it sounds. It's quite intense actually. They keep making the Android base more...
there is a PR implementing this (in a bit of a manual way) here https://github.com/kyriesent/node-rtsp-stream/pull/75/
I would! Thanks for the great project btw
This was an issue only on nixos-unstable for me. I reverted to 18.09 and made sure the deployed servers used 18.09 by adding ``` nix.nixPath = [ "nixpkgs=https://nixos.org/channels/nixos-18.09/nixexprs.tar.xz"]; ``` to...