Showing 1 changed files with 1 additions and 1 deletions
+1 -1
sshfromanywhere
... ...
@@ -10,7 +10,7 @@ test -r "${0}.conf" && source "${0}.conf"
10 10
 
11 11
 test -w "$authfile" || exit
12 12
 
13
-sed -i "/ \+${0##*/}-$onetime_suffix *$/d" "$authfile"
13
+sed -i "/ \+${0##*/}$onetime_suffix *$/d" "$authfile"
14 14
 
15 15
 if test -z "$1"; then
16 16
     rm -f "$key" "$pubkey"