You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then running sed -E 's/^.*((ssh|ecdsa)-[^[:space:]]+)[[:space:]]+([^[:space:]]+)([[:space:]]*.*)$/\1 \3\4/' /root/. ssh/authorized_keys (the sed monster extracted from
I used
ssh-import-id-gh Nilstrieb
which results in/root/.ssh/authorized_keys
containingThen running
sed -E 's/^.*((ssh|ecdsa)-[^[:space:]]+)[[:space:]]+([^[:space:]]+)([[:space:]]*.*)$/\1 \3\4/' /root/. ssh/authorized_keys
(thesed
monster extracted fromnixos-infect/nixos-infect
Line 23 in 9c5b46d
not exactly what we want.
On Contabo Ubuntu 22.04 running
sed (GNU sed) 4.8
The text was updated successfully, but these errors were encountered: