Hi,
I am experiencing a regression: Starting a tunnel doesn't work for me anymore after I updated.
I in the minibuffer I see the message "Tunneling..." and then emacs hangs.
Interrupting and seeing the stacktrace showed me that emacs is in the function call-process within ssh-tunnels--command.
I did a git bisect and found this to be the problematic commit:
d3a7402
I am running Arch Linux.
16:28 $ uname -r
5.18.3-arch1-1
✔ ~
16:28 $ emacs --version
GNU Emacs 28.1
Copyright (C) 2022 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
✔ ~
16:28 $ ssh -V
OpenSSH_9.0p1, OpenSSL 1.1.1o 3 May 2022
Hi,
I am experiencing a regression: Starting a tunnel doesn't work for me anymore after I updated.
I in the minibuffer I see the message "Tunneling..." and then emacs hangs.
Interrupting and seeing the stacktrace showed me that emacs is in the function
call-processwithinssh-tunnels--command.I did a git bisect and found this to be the problematic commit:
d3a7402
I am running Arch Linux.