Re: Password and passphrase recognition

2000-10-27 Thread Yuji Yamano
"David E. Young" [EMAIL PROTECTED] writes: Ok, so here is perhaps another data point. If I understand correctly, Yuji is also trying to access a site that prompts for both passphrase and password. Your understanding is right. I should type password two times, when I access an external host.

Re: Password and passphrase recognition

2000-10-26 Thread Pete Forman
Kai Großjohann writes: On Thu, 26 Oct 2000, Yuji Yamano wrote: I agree. I think we need a framework for easy configuration. For example, here is an alist of regexp and function pair for login procedure: (setq tramp-login-method-alist [...] This is a very good

Re: Password and passphrase recognition

2000-10-26 Thread Daniel Pittman
On Thu, 26 Oct 2000, Pete Forman [EMAIL PROTECTED] wrote: Kai Großjohann writes: On Thu, 26 Oct 2000, Yuji Yamano wrote: I agree. I think we need a framework for easy configuration. For example, here is an alist of regexp and function pair for login procedure: (setq

Re: Password and passphrase recognition

2000-10-26 Thread Kai Großjohann
On Wed, 25 Oct 2000, David E. Young wrote: BTW, a bit of background. As part of ssh configuration, my facility gives us three files; 1) a public key; 2) a private key; and 3) an "identification" file (don't know what this is). We're instructed to place these files in our .ssh2 directory. I

Re: Password and passphrase recognition

2000-10-25 Thread Yuji Yamano
David, sorry for my poor English. David Young [EMAIL PROTECTED] writes: Greetings. After recent discussions with Kai, I have learned that tramp's ssh support does not work with sites that prompt for both a passphrase _and_ password (as ours does). I have similar problems for a long time,

Re: Password and passphrase recognition

2000-10-25 Thread David E. Young
"Stefan" == Stefan Monnier [EMAIL PROTECTED] writes: "David" == David Young [EMAIL PROTECTED] writes: tramp's ssh support does not work with sites that prompt for both a passphrase _and_ password (as ours does). I would like to see tramp Stefan I'm not sure I understand this right. Is

Re: Password and passphrase recognition

2000-10-25 Thread David E. Young
"Yuji" == Yuji Yamano [EMAIL PROTECTED] writes: Yuji David, sorry for my poor English. David Young Yuji [EMAIL PROTECTED] writes: Greetings. After recent discussions with Kai, I have learned that tramp's ssh support does not work with sites that prompt for both a passphrase _and_ password

Re: Password and passphrase recognition

2000-10-25 Thread Henrik Holm
[David E. Young] So, you're saying that ssh should _not_ be prompting for both passphrase and password, correct? I need to confirm this behavior with our network admins before Kai starts doing something to tramp that isn't necessary. I would suppose that this has something to do with

Re: Password and passphrase recognition

2000-10-25 Thread Stefan Monnier
This is a very good point. So, you're saying that ssh should _not_ be prompting for both passphrase and password, correct? I need to confirm Not really. Just that SSH, not being able to know in advance whether your private identity-key can be used to login, first tries to log in with it and

Re: Password and passphrase recognition

2000-10-25 Thread Kai Großjohann
On Thu, 26 Oct 2000, Yuji Yamano wrote: I agree. I think we need a framework for easy configuration. For example, here is an alist of regexp and function pair for login procedure: (setq tramp-login-method-alist [...] This is a very good suggestion. I can see how to implement this, it

Password and passphrase recognition

2000-10-24 Thread David Young
Greetings. After recent discussions with Kai, I have learned that tramp's ssh support does not work with sites that prompt for both a passphrase _and_ password (as ours does). I would like to see tramp handle this situation as the utility tramp brings to those of us telecommuting here is

Re: Password and passphrase recognition

2000-10-24 Thread David Young
"Kai" == Kai =?iso-8859-1?q?Gro=DFjoha?= =?iso-8859-1?q?nn?= [EMAIL PROTECTED] writes: Kai On Tue, 24 Oct 2000, David Young wrote: Greetings. After recent discussions with Kai, I have learned that tramp's ssh support does not work with sites that prompt for both a passphrase _and_ password