make removeAuthorizedKeys robust if the file DNE
authorJoey Hess <joeyh@joeyh.name>
Wed, 2 Sep 2020 18:36:18 +0000 (14:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 2 Sep 2020 18:37:42 +0000 (14:37 -0400)
commit6361f7c3102d53458b4eeec43d59dcbfbe7bc4e0
tree97e93e49c7c72e07bb5b1ec8f7b0f8a58c37c699
parenteed20fe3b7b51668f96d4b01bc6b5970b4b69148
make removeAuthorizedKeys robust if the file DNE

Noticed this could potentially crash, although the only thing using it
would normally create the file first, if something then deleted it..
Assistant/Ssh.hs
Utility/Tmp.hs