fix auto-copy-ssh-id

This commit is contained in:
Lockszmith (@VAST) 2025-03-10 16:48:22 -04:00
parent d2c18372f4
commit 23827f2d1d
1 changed files with 2 additions and 2 deletions
_src.posix/private_dot_local/bin

View File

@ -22,8 +22,8 @@ ssh_do() {
ssh \
-o PasswordAuthentication=no \
-o LogLevel=ERROR \
-o BatchMode \
-o ConnectionTimeout=2 \
-o BatchMode=yes \
-o ConnectTimeout=2 \
-ttn \
"${USER:+${USER}@}${HOST}" -- "${@:3}" \
|| (printf '\n'; printf 'Exit code: %s\n' "$?" >&2)