On Thu, Oct 18, 2001 at 10:24:36AM -0500, Cannon, Mike R. wrote:
> I thought I could modify /etc/passwd and set my shell to
> /usr/bin/ssh-agent /bin/bash

that's a bad idea, since many programs use
        $SHELL (pw->pw_shell)
to execute programms.
additionaly, for every loginshell a new agent gets
started and agentforwarding will break.

moreover, you need a _single_ program as a login shell.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to