From 13fae1631ffa82e38356a14e7bed8f8152aa0ea8 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 16 Jan 2022 14:23:14 +0000 Subject: [PATCH] rbucmd: use user@host everywhere --- bin/rbucmd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" <