From 95efeee7de24891f82e936470b00a3fc62e75b05 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Mar 2022 12:16:45 +0530 Subject: [PATCH] Also return user name when requesting bootstrap data --- shell-integration/ssh/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-integration/ssh/bootstrap.sh b/shell-integration/ssh/bootstrap.sh index dd66efb13..7334f5ce2 100644 --- a/shell-integration/ssh/bootstrap.sh +++ b/shell-integration/ssh/bootstrap.sh @@ -45,7 +45,7 @@ password_filename="PASSWORD_FILENAME" data_complete="n" leading_data="" -[ "$tty_ok" = "y" ] && dsc_to_kitty "ssh" "hostname=$hostname:pwfile=$password_filename:pw=$data_password" +[ "$tty_ok" = "y" ] && dsc_to_kitty "ssh" "hostname="$hostname":pwfile="$password_filename":user="$USER":pw="$data_password"" record_separator=$(printf "\036") mv_files_and_dirs() {