Re: Ssh missing 'login as' prompt

2003-11-06 Thread Jean-Baptiste Quenot
* Mike Loiterman: Whenever I try to ssh into my machie, it just goes straight to [EMAIL PROTECTED] password: by passing the traditional login as: . How can I turn that back on? You could instead pass the login name when invoking ssh: ssh -l otheruser somehost -- or -- ssh

Re: Ssh missing 'login as' prompt

2003-11-03 Thread Malcolm Kay
, November 02, 2003 3:33 PM Subject: RE: Ssh missing 'login as' prompt -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Stevens mailto:[EMAIL PROTECTED] wrote: On Oct 31, 2003, at 22:25, Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Whenever I try

RE: Ssh missing 'login as' prompt

2003-11-02 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Stevens mailto:[EMAIL PROTECTED] wrote: On Oct 31, 2003, at 22:25, Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Whenever I try to ssh into my machie, it just goes straight to [EMAIL PROTECTED] password: by

Re: Ssh missing 'login as' prompt

2003-11-02 Thread Micheal Patterson
- Original Message - From: Mike Loiterman [EMAIL PROTECTED] To: 'Kevin Stevens' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, November 02, 2003 3:33 PM Subject: RE: Ssh missing 'login as' prompt -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Stevens mailto:[EMAIL

Re: Ssh missing 'login as' prompt

2003-11-02 Thread Lowell Gilbert
Mike Loiterman [EMAIL PROTECTED] writes: That works but only temporarily. The next time I login, it goes directly to the password prompt. Am I fooling myself? Is it any more secure to get a login as: prompt and then a password prompt as compared to just going directly to a password prompt?

Re: Ssh missing 'login as' prompt

2003-11-02 Thread Micheal Patterson
- Original Message - From: Mike Loiterman [EMAIL PROTECTED] To: 'Micheal Patterson' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, November 02, 2003 7:40 PM Subject: RE: Ssh missing 'login as' prompt What you're describing is normal behavior for ssh. Telnet does the same

RE: Ssh missing 'login as' prompt

2003-11-01 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel mailto:[EMAIL PROTECTED] wrote: ssh -l (username) (host) I understand that you can use the -l command to specifiy a user to login as. I want the person ssh'ing into the server to have to enter a valid username before they get a password

Re: Ssh missing 'login as' prompt

2003-11-01 Thread Matthew Seaman
On Sat, Nov 01, 2003 at 01:07:05AM -0600, Mike Loiterman wrote: Daniel mailto:[EMAIL PROTECTED] wrote: ssh -l (username) (host) I understand that you can use the -l command to specifiy a user to login as. You can't with ssh(1) -- it just doesn't work like that. ssh(1) will try and