From 613fa20813c25150695001dd3f15624cb9e4a5de Mon Sep 17 00:00:00 2001 From: DavHau <42246742+DavHau@users.noreply.github.com> Date: Thu, 20 Feb 2020 06:22:02 +0700 Subject: [PATCH] improve authorized_keys parsing (#46) --- nixos-infect | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/nixos-infect b/nixos-infect index aca4417..8ce708a 100755 --- a/nixos-infect +++ b/nixos-infect @@ -10,7 +10,12 @@ makeConf() { # NB <<"EOF" quotes / $ ` in heredocs, <