* bug#45413: Password exposure on SSH login @ 2020-12-24 23:13 Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 1:30 ` Unknown 2020-12-25 1:30 ` Unknown 0 siblings, 2 replies; 14+ messages in thread From: Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-24 23:13 UTC (permalink / raw) To: 45413 Within <M-x shell>, on SSH login (e.g.) to sigma.ist.utl.pt, the password was visible during typing and recorded to history (accessible through M-p). In GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-11-30 built on lcy01-amd64-021 Repository revision: b65eeac9613c62aaa0e4408dba8d795c07ea1f11 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12008000 System Description: Ubuntu 20.04.1 LTS Recent messages: C-x * (Type ? for a list of Calc options) Welcome to the GNU Emacs Calculator! Press ‘?’ or ‘h’ for help, ‘q’ to quit C-c M-p is undefined ESC M-p is undefined History item: 8 History item: 17 [3 times] History item: 23 History item: 105 Mark saved where search started ~/Programs.dev Quit Configured using: 'configure --prefix=/snap/emacs/current/usr --with-x-toolkit=gtk3 --without-xaw3d --with-modules --with-cairo 'CFLAGS=-isystem/build/emacs/parts/emacs/install/usr/include -O2' CPPFLAGS=-isystem/build/emacs/parts/emacs/install/usr/include 'LDFLAGS=-L/build/emacs/parts/emacs/install/lib -L/build/emacs/parts/emacs/install/usr/lib -L/build/emacs/parts/emacs/install/lib/x86_64-linux-gnu -L/build/emacs/parts/emacs/install/usr/lib/x86_64-linux-gnu'' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LC_CTYPE: pt_PT.UTF-8 value of $LC_MONETARY: pt_PT.UTF-8 value of $LC_NUMERIC: pt_PT.UTF-8 value of $LC_TIME: pt_PT.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Shell Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils misearch multi-isearch shell pcomplete comint ansi-color ring calc-misc calc-menu calc calc-loaddefs calc-macs cl-seq cl-extra help-mode seq byte-opt gv bytecomp byte-compile cconv mule-util jka-compr info easymenu desktop frameset time-date subr-x cl-loaddefs cl-lib tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 78891 11520) (symbols 48 8571 1) (strings 32 24487 1987) (string-bytes 1 741438) (vectors 16 13491) (vector-slots 8 177087 12800) (floats 8 51 33) (intervals 56 970 0) (buffers 1000 17)) ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-24 23:13 bug#45413: Password exposure on SSH login Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-25 1:30 ` Unknown [not found] ` <809655bd-59b7-16cc-1cb3-f45608315e44@ist.utl.pt> 2020-12-25 1:30 ` Unknown 1 sibling, 1 reply; 14+ messages in thread From: Unknown @ 2020-12-25 1:30 UTC (permalink / raw) To: 45413; +Cc: pedro.mendes "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> writes: > Within <M-x shell>, on SSH login (e.g.) to sigma.ist.utl.pt, the > password was > visible during typing and recorded to history (accessible through > M-p). Could you paste how the OpenSSH password prompt looks like in that system? Perhaps we need to update comint-password-prompt-regexp to match it appropriately. ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <809655bd-59b7-16cc-1cb3-f45608315e44@ist.utl.pt>]
* bug#45413: Password exposure on SSH login [not found] ` <809655bd-59b7-16cc-1cb3-f45608315e44@ist.utl.pt> @ 2020-12-25 11:48 ` Unknown 2020-12-25 12:01 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 0 siblings, 1 reply; 14+ messages in thread From: Unknown @ 2020-12-25 11:48 UTC (permalink / raw) To: Pedro J. V. Mendes; +Cc: 45413 [-- Attachment #1: Type: text/plain, Size: 760 bytes --] "Pedro J. V. Mendes" <pedro.mendes@ist.utl.pt> writes: [Don't forget to CC the bug tracker address so that the entire conversation gets tracked. Thanks.] > Hello, and happy Xmas! > > I give you snapshot of a minimal session exposing the problem. > > When I was typing the password, the characters were showing in > normal-face, and after pressing Enter they turned to bold-face, like > the previous "ssh" command. Do you see at the bottom of the screen a minibuffer prompt that asks for the password? If you enter the password in that minibuffer prompt (not in the shell buffer), it should replace characters with asterisks. Make sure you didn't accidentally switch from the minibuffer to the shell buffer. [Screenshot showing the problem, from the OP] [-- Attachment #2: thumbnail.png --] [-- Type: image/png, Size: 156297 bytes --] [-- Attachment #3: Type: text/plain, Size: 301 bytes --] Hm, it looks like a regular "Password:" OpenSSH prompt that should already be handled correctly, unless I'm missing something. Does this happen when you start Emacs as "emacs -Q" too? > > After that both the "ssh" command and the password were recorded into > the history. > > I hope this helps. > ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 11:48 ` Unknown @ 2020-12-25 12:01 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 20:45 ` Unknown ` (2 more replies) 0 siblings, 3 replies; 14+ messages in thread From: Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-25 12:01 UTC (permalink / raw) To: Daniel Martín; +Cc: 45413 [-- Attachment #1: Type: text/plain, Size: 1251 bytes --] OK, (only) after starting with emacs -Q does the password prompt (and the focus) appear at the mini-buffer. On 25/12/20 11:48, Daniel Martín wrote: > "Pedro J. V. Mendes" <pedro.mendes@ist.utl.pt> writes: > > [Don't forget to CC the bug tracker address so that the entire > conversation gets tracked. Thanks.] > >> Hello, and happy Xmas! >> >> I give you snapshot of a minimal session exposing the problem. >> >> When I was typing the password, the characters were showing in >> normal-face, and after pressing Enter they turned to bold-face, like >> the previous "ssh" command. > Do you see at the bottom of the screen a minibuffer prompt that asks for > the password? If you enter the password in that minibuffer prompt (not > in the shell buffer), it should replace characters with asterisks. Make > sure you didn't accidentally switch from the minibuffer to the shell > buffer. > > [Screenshot showing the problem, from the OP] > > > Hm, it looks like a regular "Password:" OpenSSH prompt that should > already be handled correctly, unless I'm missing something. Does this > happen when you start Emacs as "emacs -Q" too? > >> After that both the "ssh" command and the password were recorded into >> the history. >> >> I hope this helps. >> [-- Attachment #2: Type: text/html, Size: 1974 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 12:01 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-25 20:45 ` Unknown 2020-12-25 21:29 ` João Távora 2020-12-25 20:45 ` Unknown 2020-12-28 7:21 ` Stefan Kangas 2 siblings, 1 reply; 14+ messages in thread From: Unknown @ 2020-12-25 20:45 UTC (permalink / raw) To: 45413; +Cc: pedro.mendes "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> writes: > OK, (only) after starting with emacs -Q does the password prompt (and > the focus) appear at the mini-buffer. > Yes, that is expected. The minibuffer prompt should hide your password with asterisks as you type it. I think this may not be a bug in Emacs, but a problem somewhere in your Emacs configuration. Comment out parts of your .emacs until you find the culprit. ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 20:45 ` Unknown @ 2020-12-25 21:29 ` João Távora 2020-12-25 21:45 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 0 siblings, 1 reply; 14+ messages in thread From: João Távora @ 2020-12-25 21:29 UTC (permalink / raw) To: Daniel Martín; +Cc: 45413, pedro.mendes [-- Attachment #1: Type: text/plain, Size: 1032 bytes --] When I studied at that university, shared machines were a thing. I didn't know if they are still, but I'd also try with: emacs -q # that's lowercase q If the problem still happens, it's likely in the site-start.el , and not in .emacs https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html#Init-File João On Fri, Dec 25, 2020, 20:46 Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors <bug-gnu-emacs@gnu.org> wrote: > "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army > knife of text editors" <bug-gnu-emacs@gnu.org> writes: > > > OK, (only) after starting with emacs -Q does the password prompt (and > > the focus) appear at the mini-buffer. > > > > Yes, that is expected. The minibuffer prompt should hide your password > with asterisks as you type it. > > I think this may not be a bug in Emacs, but a problem somewhere in your > Emacs configuration. Comment out parts of your .emacs until you find > the culprit. > > > > [-- Attachment #2: Type: text/html, Size: 1729 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 21:29 ` João Távora @ 2020-12-25 21:45 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 21:59 ` João Távora 0 siblings, 1 reply; 14+ messages in thread From: Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-25 21:45 UTC (permalink / raw) To: João Távora; +Cc: 45413 [-- Attachment #1: Type: text/plain, Size: 1566 bytes --] In my system, only with―from man emacs―“ -Q, --quick Similar to "-q --no-site-file --no-splash". Also, avoid processing X re‐ sources. ” is the prompt transferred to the minibuffer. I'll check and tweak the startup configuration. Thanks! On 25/12/20 21:29, João Távora wrote: > When I studied at that university, shared machines were a thing. I > didn't know if they are still, but I'd also try with: > > emacs -q # that's lowercase q > > If the problem still happens, it's likely in the site-start.el , and > not in .emacs > > https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html#Init-File > > João > > On Fri, Dec 25, 2020, 20:46 Daniel Martín via Bug reports for GNU > Emacs, the Swiss army knife of text editors <bug-gnu-emacs@gnu.org > <mailto:bug-gnu-emacs@gnu.org>> wrote: > > "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army > knife of text editors" <bug-gnu-emacs@gnu.org > <mailto:bug-gnu-emacs@gnu.org>> writes: > > > OK, (only) after starting with emacs -Q does the password prompt > (and > > the focus) appear at the mini-buffer. > > > > Yes, that is expected. The minibuffer prompt should hide your > password > with asterisks as you type it. > > I think this may not be a bug in Emacs, but a problem somewhere in > your > Emacs configuration. Comment out parts of your .emacs until you find > the culprit. > > > [-- Attachment #2: Type: text/html, Size: 3185 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 21:45 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-25 21:59 ` João Távora 2020-12-25 22:19 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 0 siblings, 1 reply; 14+ messages in thread From: João Távora @ 2020-12-25 21:59 UTC (permalink / raw) To: Pedro J. V. Mendes; +Cc: 45413 [-- Attachment #1: Type: text/plain, Size: 1858 bytes --] I'm not 100% sure I follow, but just to underline what I said before: if the system behaves as expected with -Q but not with lowercase -q then that clearly points to the system-wide shared site-start.el file, not the user's init file. That's because '-q' inhibits the latter, but not the former. João On Fri, Dec 25, 2020, 21:46 Pedro J. V. Mendes <pedro.mendes@ist.utl.pt> wrote: > In my system, only with―from man emacs―“ > -Q, --quick > Similar to "-q --no-site-file --no-splash". Also, > avoid processing X re‐ > sources. > ” is the prompt transferred to the minibuffer. > > I'll check and tweak the startup configuration. > > Thanks! > On 25/12/20 21:29, João Távora wrote: > > When I studied at that university, shared machines were a thing. I didn't > know if they are still, but I'd also try with: > > emacs -q # that's lowercase q > > If the problem still happens, it's likely in the site-start.el , and not > in .emacs > > > https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html#Init-File > > João > > On Fri, Dec 25, 2020, 20:46 Daniel Martín via Bug reports for GNU Emacs, > the Swiss army knife of text editors <bug-gnu-emacs@gnu.org> wrote: > >> "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army >> knife of text editors" <bug-gnu-emacs@gnu.org> writes: >> >> > OK, (only) after starting with emacs -Q does the password prompt (and >> > the focus) appear at the mini-buffer. >> > >> >> Yes, that is expected. The minibuffer prompt should hide your password >> with asterisks as you type it. >> >> I think this may not be a bug in Emacs, but a problem somewhere in your >> Emacs configuration. Comment out parts of your .emacs until you find >> the culprit. >> >> >> >> [-- Attachment #2: Type: text/html, Size: 3775 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 21:59 ` João Távora @ 2020-12-25 22:19 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 0 siblings, 0 replies; 14+ messages in thread From: Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-25 22:19 UTC (permalink / raw) To: João Távora; +Cc: 45413 [-- Attachment #1: Type: text/plain, Size: 2551 bytes --] Thanks for the distinction and clarification. By thw way, I've just find that such issue occurs only with GUI Emacs! With Emacs running within a terminal (Konsole) everything works as expected, i.e. without any command-line arguments (oher than -nw) the prompt is transferred to the minibuffer. On 25/12/20 21:59, João Távora wrote: > I'm not 100% sure I follow, but just to underline what I said before: > if the system behaves as expected with -Q but not with > lowercase -q then that clearly points to the system-wide shared > site-start.el file, not the user's init file. > > That's because '-q' inhibits the latter, but not the former. > > João > > On Fri, Dec 25, 2020, 21:46 Pedro J. V. Mendes > <pedro.mendes@ist.utl.pt <mailto:pedro.mendes@ist.utl.pt>> wrote: > > In my system, only with―from man emacs―“ > -Q, --quick > Similar to "-q --no-site-file > --no-splash". Also, avoid processing X re‐ > sources. > ” is the prompt transferred to the minibuffer. > > I'll check and tweak the startup configuration. > > Thanks! > > On 25/12/20 21:29, João Távora wrote: >> When I studied at that university, shared machines were a thing. >> I didn't know if they are still, but I'd also try with: >> >> emacs -q # that's lowercase q >> >> If the problem still happens, it's likely in the site-start.el , >> and not in .emacs >> >> https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html#Init-File >> >> João >> >> On Fri, Dec 25, 2020, 20:46 Daniel Martín via Bug reports for GNU >> Emacs, the Swiss army knife of text editors >> <bug-gnu-emacs@gnu.org <mailto:bug-gnu-emacs@gnu.org>> wrote: >> >> "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the >> Swiss army >> knife of text editors" <bug-gnu-emacs@gnu.org >> <mailto:bug-gnu-emacs@gnu.org>> writes: >> >> > OK, (only) after starting with emacs -Q does the password >> prompt (and >> > the focus) appear at the mini-buffer. >> > >> >> Yes, that is expected. The minibuffer prompt should hide >> your password >> with asterisks as you type it. >> >> I think this may not be a bug in Emacs, but a problem >> somewhere in your >> Emacs configuration. Comment out parts of your .emacs until >> you find >> the culprit. >> >> >> [-- Attachment #2: Type: text/html, Size: 5362 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 12:01 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 20:45 ` Unknown @ 2020-12-25 20:45 ` Unknown 2020-12-28 7:21 ` Stefan Kangas 2 siblings, 0 replies; 14+ messages in thread From: Unknown @ 2020-12-25 20:45 UTC (permalink / raw) To: 45413; +Cc: pedro.mendes "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> writes: > OK, (only) after starting with emacs -Q does the password prompt (and > the focus) appear at the mini-buffer. > Yes, that is expected. The minibuffer prompt should hide your password with asterisks as you type it. I think this may not be a bug in Emacs, but a problem somewhere in your Emacs configuration. Comment out parts of your .emacs until you find the culprit. ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-25 12:01 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 20:45 ` Unknown 2020-12-25 20:45 ` Unknown @ 2020-12-28 7:21 ` Stefan Kangas 2020-12-28 10:49 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2 siblings, 1 reply; 14+ messages in thread From: Stefan Kangas @ 2020-12-28 7:21 UTC (permalink / raw) To: Pedro J. V. Mendes, Daniel Martín; +Cc: 45413 tags 45413 + moreinfo thanks "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> writes: > OK, (only) after starting with emacs -Q does the password prompt (and > the focus) appear at the mini-buffer. So it looks like we need more information here to reproduce this bug. Could you please report back when you find out what part of the site configuration leads to this bug? Thanks in advance. ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-28 7:21 ` Stefan Kangas @ 2020-12-28 10:49 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2021-01-27 7:03 ` Lars Ingebrigtsen 0 siblings, 1 reply; 14+ messages in thread From: Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-28 10:49 UTC (permalink / raw) To: Stefan Kangas; +Cc: 45413 OK, I'll try to figure it out. On 28/12/20 07:21, Stefan Kangas wrote: > tags 45413 + moreinfo > thanks > > "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army > knife of text editors" <bug-gnu-emacs@gnu.org> writes: > >> OK, (only) after starting with emacs -Q does the password prompt (and >> the focus) appear at the mini-buffer. > So it looks like we need more information here to reproduce this bug. > > Could you please report back when you find out what part of the site > configuration leads to this bug? Thanks in advance. ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-28 10:49 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-01-27 7:03 ` Lars Ingebrigtsen 0 siblings, 0 replies; 14+ messages in thread From: Lars Ingebrigtsen @ 2021-01-27 7:03 UTC (permalink / raw) To: Pedro J. V. Mendes; +Cc: 45413, Stefan Kangas "Pedro J. V. Mendes" <pedro.mendes@ist.utl.pt> writes: > OK, I'll try to figure it out. [...] >> Could you please report back when you find out what part of the site >> configuration leads to this bug? Thanks in advance. More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#45413: Password exposure on SSH login 2020-12-24 23:13 bug#45413: Password exposure on SSH login Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 1:30 ` Unknown @ 2020-12-25 1:30 ` Unknown 1 sibling, 0 replies; 14+ messages in thread From: Unknown @ 2020-12-25 1:30 UTC (permalink / raw) To: 45413; +Cc: pedro.mendes "Pedro J. V. Mendes" via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> writes: > Within <M-x shell>, on SSH login (e.g.) to sigma.ist.utl.pt, the > password was > visible during typing and recorded to history (accessible through > M-p). Could you paste how the OpenSSH password prompt looks like in that system? Perhaps we need to update comint-password-prompt-regexp to match it appropriately. ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2021-01-27 7:03 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-12-24 23:13 bug#45413: Password exposure on SSH login Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 1:30 ` Unknown [not found] ` <809655bd-59b7-16cc-1cb3-f45608315e44@ist.utl.pt> 2020-12-25 11:48 ` Unknown 2020-12-25 12:01 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 20:45 ` Unknown 2020-12-25 21:29 ` João Távora 2020-12-25 21:45 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 21:59 ` João Távora 2020-12-25 22:19 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2020-12-25 20:45 ` Unknown 2020-12-28 7:21 ` Stefan Kangas 2020-12-28 10:49 ` Pedro J. V. Mendes via Bug reports for GNU Emacs, the Swiss army knife of text editors 2021-01-27 7:03 ` Lars Ingebrigtsen 2020-12-25 1:30 ` Unknown
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).