You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the value of $KITTY_PUBLIC_KEY contains a a backtick (`), and the remote server executes bootstrap.sh, the following error is printed and the shared remote connection drops: : 8: /home/user/.kitty-ssh-kitten-untar-4wL3BHIP7aML/data.sh: Syntax error: Unterminated quoted stringre
the second line of /home/user/.kitty-ssh-kitten-untar-4wL3BHIP7aML/data.sh on the remote server ends up attempting to set KITTY_PUBLIC_KEY, but the backtick is not properly escaped for bash/dash.
When the value of
$KITTY_PUBLIC_KEY
contains a a backtick (`), and the remote server executesbootstrap.sh
, the following error is printed and the shared remote connection drops:: 8: /home/user/.kitty-ssh-kitten-untar-4wL3BHIP7aML/data.sh: Syntax error: Unterminated quoted stringre
the second line of
/home/user/.kitty-ssh-kitten-untar-4wL3BHIP7aML/data.sh
on the remote server ends up attempting to set KITTY_PUBLIC_KEY, but the backtick is not properly escaped for bash/dash.This is the contents of data.sh:
The text was updated successfully, but these errors were encountered: