Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running installation script, but hanging #36

Closed
DanielAndreasen opened this issue Aug 18, 2023 · 7 comments
Closed

Running installation script, but hanging #36

DanielAndreasen opened this issue Aug 18, 2023 · 7 comments

Comments

@DanielAndreasen
Copy link

This seems like a very cool tool. When I follow the guide (or the video) I end up here:
image

It is just hanging, and does not present the next step. I copied the config from the README, but removed the lines with util since they are not specified anywhere (what is util?).

For the servers I work on I use SSH keys.

Any help troubleshooting this is highly appreciated.

@DanielAndreasen
Copy link
Author

DanielAndreasen commented Aug 18, 2023

I see in your video, that after the script is completed, then you are presented with a prompt to copy the config, and then a prompt to start the neovim client. I don't get those.

The more I dig into it, it seems to be a problem with nui. It is installed without errors, and I can do things like: :lua require('nui.popup') without problems, but your plugin seems to not be able to connect to it somehow.

@amitds1997
Copy link
Owner

amitds1997 commented Aug 19, 2023

Thanks for trying out the plugin!

what is util?

This is a plugin internal file. That entire expression evaluates to the install script that comes with the plugin: scripts/install.sh.

Could you please run REMOTE_NVIM_LOG_LEVEL="debug" vi and share the logs from the log file. You can open the log file using :RemoteLog.

The starting lines would be something like this

[DEBUG Sat Aug 19 08:12:04 2023] /Users/amitsingh/.local/share/nvim/lazy/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_provider.lua:614: Running 'echo "OK"' over SSH on "<host>"
[DEBUG Sat Aug 19 08:12:04 2023] /Users/amitsingh/.local/share/nvim/lazy/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "ssh  <host> 'echo \"OK\"'" over SSH (Inside coroutine: "Yes")

Just do a find, replace on the <host-name> and you should be good 👍

@DanielAndreasen
Copy link
Author

I thought I already posted the log, but apparently not (seems like my comment is too long, since the log is overwhelming). Here goes again a part of the log:

[DEBUG Fri 25 Aug 2023 08:39:49 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_provider.lua:614: Running 'echo "OK"' over SSH on "my_server"
[DEBUG Fri 25 Aug 2023 08:39:49 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "ssh  my_server 'echo \"OK\"'" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "OK\n"
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "OK\n"
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_provider.lua:614: Running "mkdir -p ~/.remote-nvim/workspaces && mkdir -p ~/.remote-nvim/scripts && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.config && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.cache && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.local/share && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.local/state" over SSH on "my_server"
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "ssh  my_server 'mkdir -p ~/.remote-nvim/workspaces && mkdir -p ~/.remote-nvim/scripts && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.config && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.cache && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.local/share && mkdir -p ~/.remote-nvim/workspaces/u79tvyCnoK/.local/state'" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is ""
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_provider.lua:603: Running upload from local "/home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/scripts" path over SSH to "my_server" on "~/.remote-nvim"
[DEBUG Fri 25 Aug 2023 08:39:50 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "scp  -r  /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/scripts my_server:~/.remote-nvim" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\nneovim_install.sh                               0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\nneovim_install.sh                               0%    0     0.0KB/s   --:-- ETA\nneovim_install.sh                             100% 4906    72.9KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\nneovim_install.sh                               0%    0     0.0KB/s   --:-- ETA\nneovim_install.sh                             100% 4906    72.9KB/s   00:00    \n\nfree_port_finder.lua                            0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\nneovim_install.sh                               0%    0     0.0KB/s   --:-- ETA\nneovim_install.sh                             100% 4906    72.9KB/s   00:00    \n\nfree_port_finder.lua                            0%    0     0.0KB/s   --:-- ETA\nfree_port_finder.lua                          100%  164     5.4KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\nneovim_install.sh                               0%    0     0.0KB/s   --:-- ETA\nneovim_install.sh                             100% 4906    72.9KB/s   00:00    \n\nfree_port_finder.lua                            0%    0     0.0KB/s   --:-- ETA\nfree_port_finder.lua                          100%  164     5.4KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_provider.lua:614: Running "chmod +x ~/.remote-nvim/scripts/neovim_install.sh && ~/.remote-nvim/scripts/neovim_install.sh -v v0.9.1 -d ~/.remote-nvim" over SSH on "my_server"
[DEBUG Fri 25 Aug 2023 08:39:51 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "ssh  my_server 'chmod +x ~/.remote-nvim/scripts/neovim_install.sh && ~/.remote-nvim/scripts/neovim_install.sh -v v0.9.1 -d ~/.remote-nvim'" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "Neovim v0.9.1 is already installed. Skipping installation.\nNeovim v0.9.1 can be accessed at /home/my_user/.remote-nvim/nvim-downloads/v0.9.1/bin/nvim\n"
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "Neovim v0.9.1 is already installed. Skipping installation.\nNeovim v0.9.1 can be accessed at /home/my_user/.remote-nvim/nvim-downloads/v0.9.1/bin/nvim\n"
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_provider.lua:603: Running upload from local "/home/my_user/.config/nvim" path over SSH to "my_server" on "~/.remote-nvim/workspaces/u79tvyCnoK/.config"
[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "scp  -r  /home/my_user/.config/nvim my_server:~/.remote-nvim/workspaces/u79tvyCnoK/.config" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:53 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:54 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n\nset.lua                                         0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n\nset.lua                                         0%    0     0.0KB/s   --:-- ETA\nset.lua                                       100%  903    34.5KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n\nset.lua                                         0%    0     0.0KB/s   --:-- ETA\nset.lua                                       100%  903    34.5KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n\nset.lua                                         0%    0     0.0KB/s   --:-- ETA\nset.lua                                       100%  903    34.5KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   71     2.8KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n\nset.lua                                         0%    0     0.0KB/s   --:-- ETA\nset.lua                                       100%  903    34.5KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   71     2.8KB/s   00:00    \n\nremap.lua                                       0%    0     0.0KB/s   --:-- ETA"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n\nset.lua                                         0%    0     0.0KB/s   --:-- ETA\nset.lua                                       100%  903    34.5KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   71     2.8KB/s   00:00    \n\nremap.lua                                       0%    0     0.0KB/s   --:-- ETA\nremap.lua                                     100% 1018    40.4KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "\npacker_compiled.lua                             0%    0     0.0KB/s   --:-- ETA\npacker_compiled.lua                           100%   10KB 270.7KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   18     0.7KB/s   00:00    \n\njavascript.lua                                  0%    0     0.0KB/s   --:-- ETA\njavascript.lua                                100%  164     6.6KB/s   00:00    \n\nhtml.lua                                        0%    0     0.0KB/s   --:-- ETA\nhtml.lua                                      100%  164     6.3KB/s   00:00    \n\nhtmldjango.lua                                  0%    0     0.0KB/s   --:-- ETA\nhtmldjango.lua                                100%  164     6.3KB/s   00:00    \n\nformatter.lua                                   0%    0     0.0KB/s   --:-- ETA\nformatter.lua                                 100% 1016    16.7KB/s   00:00    \n\nwhich_key.lua                                   0%    0     0.0KB/s   --:-- ETA\nwhich_key.lua                                 100% 4017   127.3KB/s   00:00    \n\ndap.lua                                         0%    0     0.0KB/s   --:-- ETA\ndap.lua                                       100%  695    28.7KB/s   00:00    \n\ngitsigns.lua                                    0%    0     0.0KB/s   --:-- ETA\ngitsigns.lua                                  100% 1284    48.0KB/s   00:00    \n\nharpoon.lua                                     0%    0     0.0KB/s   --:-- ETA\nharpoon.lua                                   100%  577    24.2KB/s   00:00    \n\nremote.lua                                      0%    0     0.0KB/s   --:-- ETA\nremote.lua                                    100% 4559   186.0KB/s   00:00    \n\nlualine.lua                                     0%    0     0.0KB/s   --:-- ETA\nlualine.lua                                   100%  931    14.1KB/s   00:00    \n\ntreesitter.lua                                  0%    0     0.0KB/s   --:-- ETA\ntreesitter.lua                                100%  969    39.0KB/s   00:00    \n\nvimwiki.lua                                     0%    0     0.0KB/s   --:-- ETA\nvimwiki.lua                                   100%   54     2.1KB/s   00:00    \n\ntrouble.lua                                     0%    0     0.0KB/s   --:-- ETA\ntrouble.lua                                   100% 3595   148.8KB/s   00:00    \n\ncolors.lua                                      0%    0     0.0KB/s   --:-- ETA\ncolors.lua                                    100%  238     8.4KB/s   00:00    \n\nlsp.lua                                         0%    0     0.0KB/s   --:-- ETA\nlsp.lua                                       100% 3663   114.4KB/s   00:00    \n\nlinting.lua                                     0%    0     0.0KB/s   --:-- ETA\nlinting.lua                                   100%  512    19.8KB/s   00:00    \n\ntelescope.lua                                   0%    0     0.0KB/s   --:-- ETA\ntelescope.lua                                 100% 2833    90.6KB/s   00:00    \n\nfugitive.lua                                    0%    0     0.0KB/s   --:-- ETA\nfugitive.lua                                  100%   47     1.9KB/s   00:00    \n\ncomment.lua                                     0%    0     0.0KB/s   --:-- ETA\ncomment.lua                                   100%  683    27.4KB/s   00:00    \n\npacker.lua                                      0%    0     0.0KB/s   --:-- ETA\npacker.lua                                    100% 2720    86.1KB/s   00:00    \n\nset.lua                                         0%    0     0.0KB/s   --:-- ETA\nset.lua                                       100%  903    34.5KB/s   00:00    \n\ninit.lua                                        0%    0     0.0KB/s   --:-- ETA\ninit.lua                                      100%   71     2.8KB/s   00:00    \n\nremap.lua                                       0%    0     0.0KB/s   --:-- ETA\nremap.lua                                     100% 1018    40.4KB/s   00:00    \n"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_provider.lua:614: Running "~/.remote-nvim/nvim-downloads/v0.9.1/bin/nvim -l ~/.remote-nvim/scripts/free_port_finder.lua" over SSH on "my_server"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "ssh  my_server '~/.remote-nvim/nvim-downloads/v0.9.1/bin/nvim -l ~/.remote-nvim/scripts/free_port_finder.lua'" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "44029"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "44029"
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:55 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "ssh  -t -L 36753:localhost:44029 my_server 'XDG_CONFIG_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.config XDG_DATA_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.local/share XDG_STATE_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.local/state XDG_CACHE_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.cache ~/.remote-nvim/nvim-downloads/v0.9.1/bin/nvim --listen 0.0.0.0:44029 --headless'" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "Error detected while processing /h"
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "Error detected while processing /home/my_user/.remote-nvim/workspaces/u79tvyCnoK/.config/nvim/init.lua:\n\nE5113: Er"
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "password:" in search string
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:170: Looking for "continue connecting (yes/no/[fingerprint])?" in search string
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "Error detected while processing /home/my_user/.remote-nvim/workspaces/u79tvyCnoK/.config/nvim/init.lua:\n\nE5113: Error while calling lua chunk: vim/_editor.lua:0: /home/my_user/.remote-nvim/workspaces/u79tvyCnoK/.config/nvim/init.lua..nvim_exec2() called "

@amitds1997
Copy link
Owner

amitds1997 commented Aug 26, 2023

First of all, thanks for sharing the logs. I do agree that they are quite overwhelming and I can do a better job there.

I see in your video, that after the script is completed, then you are presented with a prompt to copy the config, and then a prompt to start the neovim client. I don't get those.

The SSH command below is copying over your local Neovim config every time. You do not see the copy config prompt, because it has been set to always copy (probably during one of the initial runs). You could delete the config using :RemoteCleanup <your-host-name> and you should be able to get that prompt again (This would allow you to start afresh).

[DEBUG Fri 25 Aug 2023 08:39:52 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:133: Starting jobstart with command "scp  -r  /home/my_user/.config/nvim my_server:~/.remote-nvim/workspaces/u79tvyCnoK/.config" over SSH (Inside coroutine: "Yes")
[DEBUG Fri 25 Aug 2023 08:39:56 AM CEST] /home/my_user/.local/share/nvim/site/pack/packer/start/remote-nvim.nvim/lua/remote-nvim/providers/ssh/ssh_executor.lua:168: Current search string is "Error detected while processing /home/my_user/.remote-nvim/workspaces/u79tvyCnoK/.config/nvim/init.lua:\n\nE5113: Error while calling lua chunk: vim/_editor.lua:0: /home/my_user/.remote-nvim/workspaces/u79tvyCnoK/.config/nvim/init.lua..nvim_exec2() called "

You probably do not see the client prompt because the server failed to start. From the log above, it seems that there was some issue with Neovim launching on the remote. Could you possibly log into the SSH server and run the same command? From the logs, the correct command would be

XDG_CONFIG_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.config XDG_DATA_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.local/share XDG_STATE_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.local/state XDG_CACHE_HOME=~/.remote-nvim/workspaces/u79tvyCnoK/.cache ~/.remote-nvim/nvim-downloads/v0.9.1/bin/nvim

If you could share your config files or a minimal reproduction, that would help me understand the issue further. Thanks for all the effort in troubleshooting this!

@DanielAndreasen
Copy link
Author

The executable is there, but I don't see the configs anywhere. Looks like there should be a hidden folder .config, but it does not exists.

@amitds1997
Copy link
Owner

amitds1997 commented Aug 31, 2023

It should be at ~/.remote-nvim/workspaces/<workspace-id>/.config on the remote. If possible, could you share a minimal reproducible code sample so that I can figure out if there is an issue with the plugin or the config?

@DanielAndreasen
Copy link
Author

I give up. It seems super cool, but doesn't work for me. Good luck with your project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants