Ssh missing 'login as' prompt

2003-10-31 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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? - -- Mike Loiterman grantADLER Tel: 630-302-4944 Fax: 773-868

RE: Ssh missing 'login as' prompt

2003-11-01 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel 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 passwor

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 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 tr

RE: Ssh missing 'login as' prompt

2003-11-02 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Stevens 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] p

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 > > -

RE: Ssh missing 'login as' prompt

2003-11-02 Thread Mike Loiterman
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 PROTECTED]> wrote: >>> On Oct 3

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

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 > &g

Re: Ssh missing 'login as' prompt

2003-11-03 Thread Malcolm Kay
quot;'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: SHA

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 -- s