Re: different passwords for local and remote login?

2004-12-09 Thread Dick Davies
* Geert Hendrickx [EMAIL PROTECTED] [1217 08:17]:
 Hi,
 
 is it possible to have a different password for local (console, xdm) and
 remote (ssh) logins?

absolutely, you need to tweak pam settings for each service.
 
 I have a separate password database for my imap-server (dovecot), and I
 was wondering whether this is possible with OpenSSH, too.
 
 GH
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Everyone's always in favour of saving Hitler's brain, but when you put it
in the body of a Great White shark suddenly you've gone too far.. - Prof. 
Farnsworth
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


different passwords for local and remote login?

2004-12-08 Thread Geert Hendrickx
Hi,
is it possible to have a different password for local (console, xdm) and
remote (ssh) logins?
I have a separate password database for my imap-server (dovecot), and I
was wondering whether this is possible with OpenSSH, too.
GH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: different passwords for local and remote login?

2004-12-08 Thread Paul Hamilton
Hi Geert,

Couldn't you just login remotely as someone different, and then (if needed),
su to the correct user?

That's what I do.

Cheers,

Paul Hamilton

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geert Hendrickx
Sent: Wednesday, 8 December 2004 4:17 PM
To: [EMAIL PROTECTED]
Subject: different passwords for local and remote login?


Hi,

is it possible to have a different password for local (console, xdm) and
remote (ssh) logins?

I have a separate password database for my imap-server (dovecot), and I was
wondering whether this is possible with OpenSSH, too.

GH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: different passwords for local and remote login?

2004-12-08 Thread Geert Hendrickx
Paul Hamilton wrote:
Hi Geert,
Couldn't you just login remotely as someone different, and then (if needed),
su to the correct user?
That's what I do.
Cheers,
Paul Hamilton
Good idea -- then I would only allow a user called remote in, via
AllowUsers or AllowGroups in /etc/ssh/sshd_config.
But this makes it hard to have applications login automatically using
keys ...
GH
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]