GNU bug report logs -
#2837
23.0.91; tramp: ssh passphrase vs. password
Previous Next
Reported by: trentbuck <at> gmail.com
Date: Wed, 1 Apr 2009 00:20:02 UTC
Severity: normal
Done: "Trent W. Buck" <trentbuck <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #25 received at 2837-done <at> emacsbugs.donarmstrong.com (full text, mbox):
Hmm, now it prints:
Passphrase for /ssh:dhcp98:
So I guess I just misread passphrase as password this morning...
FWIW, here are the details you requested. Sorry to bother you!
On Wed, Apr 01, 2009 at 07:43:19AM +0200, Michael Albinus wrote:
> "Trent W. Buck" <trentbuck <at> gmail.com> writes:
>
> > I'm using OpenSSH and an ssh-agent is running, and Emacs can see that
> > agent. When I have not used ssh-add, I see this:
> >
> > $ ssh dhcp98
> > Enter passphrase for key '/home/twb/.ssh/id_rsa':
>
> That shall be sufficient for Tramp (it shall recognize "passphrase").
>
> Which Tramp version do you use (C-h v tramp-version)?
tramp-version is a variable defined in `trampver.el'.
Its value is "2.1.15"
I'm using the version that shipped with my emacs-snapshot: GNU Emacs
23.0.91.1 (i486-pc-linux-gnu) of 2009-03-30 on elegiac, modified by
Debian.
> Can you show me Tramp's traces with level 6?
16:55:55 tramp-send-command (6) # echo are you awake
16:55:55 tramp-wait-for-regexp (6) #
are you awake
///d257b36da3eb455ce42242ed8ee37ff9
16:55:55 tramp-send-command (6) # cd /home/twb/ 2>/dev/null; echo tramp_exit_status $?
16:55:55 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///d257b36da3eb455ce42242ed8ee37ff9
16:55:55 tramp-send-command (6) # /bin/ls -ab 2>/dev/null | while read f; do if test -d "$f" 2>/dev/null; then echo "$f/"; else echo "$f"; fi; done
16:55:55 tramp-wait-for-regexp (6) #
./
../
.Auto/
.SemiAuto/
.Xauthority
.Xclients
.Xdefaults
.Xresources
.al/
.aptitude/
.bash_history
.bash_profile
.bash_profile-darcs-backup0
.bash_profile-darcs-backup1
.bash_profile-darcs-backup2
.bash_profile-darcs-backup3
.bashrc
.bin/
.cabal/
.cache/
.config/
.crawlrc
.darcs/
.debtags/
.devscripts_cache/
.dillo/
.dosage/
.dupload.conf
.emacs
.emacs.d/
.festivalrc
.forward
.gconf/
.gconfd/
.ghc/
.gimp-2.2/
.gnome2/
.gnome2_private/
.gnupg/
.gnupg~/
.gnus.el
.gtkrc
.gtkrc-2.0
.hgignore
.hgrc
.html2psrc
.inkscape/
.inputrc
.ircrc
.lesshst
.mailrc
.mg
.mozilla/
.mplayer/
.msmtprc
.muttrc
.nanorc
.netrc
.offlineimaprc
.procmailrc
.pythonrc
.quiltrc
.ratpoisonrc
.rcirc.el
.rcirc.el-darcs-backup0
.recently-used
.reportbugrc
.rst2pdf/
.rtorrent.rc
.rtrc
.screen.el
.screen.secrets
.screenrc
.ssh/
.ssh~/
.stumpwmrc
.thumbnails/
.tramp_history
.vimrc
.w3m/
.wgetrc
.xinitrc
.xmonad/
.xscreensaver
.xsession
.xsession-errors
.xzgvrc
.yi/
.zile
Confidential/
Desktop/
Mail
Preferences/
Public/
///d257b36da3eb455ce42242ed8ee37ff9
16:56:10 tramp-maybe-open-connection (3) # Opening connection for dhcp98 using ssh...
16:56:10 tramp-maybe-open-connection (6) # /bin/sh
16:56:10 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come up...
16:56:10 tramp-wait-for-regexp (6) #
$
16:56:11 tramp-maybe-open-connection (3) # Sending command `ssh dhcp98 -q -e none && exit || exit'
16:56:11 tramp-send-command (6) # ssh dhcp98 -q -e none && exit || exit
16:56:11 tramp-process-actions (3) # Waiting for prompts from remote shell
16:56:11 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
16:56:11 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*: ? *\)\'" from remote shell
16:56:11 tramp-process-one-action (5) # Call `tramp-action-password'
16:56:11 tramp-action-password (3) # Sending password
This bug report was last modified 16 years and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.