Re: TRAMP hangs if remote login shell is fish
ID <[email protected]> Fri, 09 May 2025 16:29:14 +0800
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
On 2025-05-09 10:10+0200, Michael Albinus <[email protected]> wrote: > Could you please call from a local shell: > > --8<---------------cut here---------------start------------->8--- > # ssh -o ControlMaster=auto -o ControlPath=/home/id/.cache/emacs/tramp.%C -o ControlPersist=no -e none -o SetEnv="TERM=dumb" me308 > $ echo $TERM > --8<---------------cut here---------------end--------------->8--- These are the results: id at id-think-arch $ ssh -o ControlMaster=auto -o ControlPath=/home/id/.cache/emacs/tramp.%C -o ControlPersist=no -e none -o SetEnv="TERM=dumb" me308 Password: <enters password> Last login: ... $ echo $TERM dumb $ echo $SHELL /bin/fish -- Best, ID