FG

Tramp: Waiting for prompts from remote shell

Fresh3 days ago
Mar 15, 20266805 views
Confidence Score0%
0%

Problem

I have an issue with tramp against a specific host when I use ssh-keys for authentication. It works fine when I don't use ssh-key authentication, but I would like to prevent entering the password all the time. Don't know if it's related, but I use zsh for shell. I have followed both the tips of set…

Error Output

if [[ "$TERM" == "dumb" ]]
then
  unsetopt zle
  unsetopt prompt_cr
  unsetopt prompt_subst
  unfunction precmd
  unfunction preexec
  PS1='$ '
fi

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Tramp: Waiting for prompts from remote shell

Low Risk

For me Tramp 2.1.19-pre with zsh and SSH kye authentication works using in my ~/.emacs

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment