diff --git a/bin/rbucmd.sh b/bin/rbucmd.sh index e94297c..4e3191d 100644 --- a/bin/rbucmd.sh +++ b/bin/rbucmd.sh @@ -1,6 +1,6 @@ #!/bin/sh # env -# Written in 2021 by Lucas +# Written in 2021-2022 by Lucas # CC0 1.0 Universal/Public domain - No rights reserved # # To the extent possible under law, the author(s) have dedicated all @@ -68,7 +68,7 @@ EOF # -t is needed for doas to read a password. ssh -t "$login_name@$host" sh "$tmpdir/bu.sh" -sftp -o "user=$login_name" "$host" <