Vincent Lefevre wrote:
> Bob Proulx wrote:
> > This is a problem of opposing goals. One group wants the system to be
> > popular and easy to use for novices. The other group wants it to have
> > technical excellence. It is exactly with issues such as this that
> > they are opposing goals.
>
> B
Paul E Condon wrote:
> Where in the start-up code of a system that is running ssh client is
> the ssh-agent started?
The (global) configuration option that determines whether or not it is
to start is in /etc/X11/Xsession.options. The tool itself is started
in /etc/X11/Xsession.d/90x11-common_ssh-
On 2012-02-06 11:03:12 -0700, Bob Proulx wrote:
> This is a problem of opposing goals. One group wants the system to be
> popular and easy to use for novices. The other group wants it to have
> technical excellence. It is exactly with issues such as this that
> they are opposing goals.
But inst
On 2012-02-06 12:53:03 -0700, Paul E Condon wrote:
> On 20120206_121205, Vincent Lefevre wrote:
> > On 2012-02-06 11:39:47 +0100, Erwan David wrote:
> > > On Mon, Feb 06, 2012 at 11:33:25AM CET, Vincent Lefevre
> > > said:
> > > > On 2012-02-04 09:35:44 +0100, Sven Joachim wrote:
> > > > > Nope,
On 20120206_132412, Bob Proulx wrote:
> On the server look in /var/log/auth.log and look at the messages logged
> there from the sshd [...]
> I often will start up a debugging sshd and connect to it so that all
> of the messages will be in the foreground.
Paul E Condon replied:
> Here is the de
On 20120206_132412, Bob Proulx wrote:
> Paul E Condon wrote:
> > "debug1: Roaming not allowed by server"
> >
> > Then the process switches over to asking for a password, which I
> > am trying to avoid.
>
> On the server look in /var/log/auth.log and look at the messages
^^
On 20120206_132412, Bob Proulx wrote:
> Paul E Condon wrote:
> > "debug1: Roaming not allowed by server"
> >
> > Then the process switches over to asking for a password, which I
> > am trying to avoid.
>
> On the server look in /var/log/auth.log and look at the messages
> logged there from the ss
Paul E Condon wrote:
> "debug1: Roaming not allowed by server"
>
> Then the process switches over to asking for a password, which I
> am trying to avoid.
On the server look in /var/log/auth.log and look at the messages
logged there from the sshd. Do you see something such as:
Authentication r
On 20120206_110312, Bob Proulx wrote:
> Vincent Lefevre wrote:
> > Erwan David wrote:
> > > Vincent Lefevre said:
> > > > But it shouldn't. It should be the user who decides whether he wants
> > > > to start ssh-agent (since it is a user process), not the admin.
> > >
> > > Not necessarily : the u
On 20120206_121205, Vincent Lefevre wrote:
> On 2012-02-06 11:39:47 +0100, Erwan David wrote:
> > On Mon, Feb 06, 2012 at 11:33:25AM CET, Vincent Lefevre
> > said:
> > > On 2012-02-04 09:35:44 +0100, Sven Joachim wrote:
> > > > Nope, this is the script that starts the ssh *server*. The agent is
Vincent Lefevre wrote:
> Erwan David wrote:
> > Vincent Lefevre said:
> > > But it shouldn't. It should be the user who decides whether he wants
> > > to start ssh-agent (since it is a user process), not the admin.
> >
> > Not necessarily : the user uses it or not through ssh-add.
>
> Yes, but ss
On 2012-02-04 09:05, Paul E Condon wrote:
> It seems that it is not run when I log into a host using ssh or more
> exactly its pid is not exported to an ssh login process. Could I add
> something to the .profile script? If this is possible, it surely
> has been thought of before me and better and w
On 2012-02-06 11:39:47 +0100, Erwan David wrote:
> On Mon, Feb 06, 2012 at 11:33:25AM CET, Vincent Lefevre
> said:
> > On 2012-02-04 09:35:44 +0100, Sven Joachim wrote:
> > > Nope, this is the script that starts the ssh *server*. The agent is
> > > started in /etc/X11/Xsession.d/90x11-common_ssh
On Mon, Feb 06, 2012 at 11:33:25AM CET, Vincent Lefevre
said:
> On 2012-02-04 09:35:44 +0100, Sven Joachim wrote:
> > Nope, this is the script that starts the ssh *server*. The agent is
> > started in /etc/X11/Xsession.d/90x11-common_ssh-agent, sourced from
> > /etc/X11/Xsession (see Xsession(5)
On 2012-02-04 09:35:44 +0100, Sven Joachim wrote:
> Nope, this is the script that starts the ssh *server*. The agent is
> started in /etc/X11/Xsession.d/90x11-common_ssh-agent, sourced from
> /etc/X11/Xsession (see Xsession(5).
But it shouldn't. It should be the user who decides whether he wants
Andrei Popescu wrote:
> Paul E Condon wrote:
> > It seems that it is not run when I log into a host using ssh or more
> > exactly its pid is not exported to an ssh login process. Could I add
> > something to the .profile script?
>
> Maybe 'ForwardAgent' is what you are looking for. See ssh(1) and
On 20120204_093544, Sven Joachim wrote:
> On 2012-02-04 09:09 +0100, Scott Ferguson wrote:
>
> > On 04/02/12 19:05, Paul E Condon wrote:
> >>
> >> Where in the start-up code of a system that is running ssh client is
> >> the ssh-agent started? It has got to be early in the process, but
> >> where
On Sat, 04 Feb 2012 01:05:47 -0700, Paul E Condon wrote:
> Some might think I have no business wanting to know the answer to this
> question, but bare with me:
>
> Where in the start-up code of a system that is running ssh client is the
> ssh-agent started? It has got to be early in the process,
On Sb, 04 feb 12, 01:05:47, Paul E Condon wrote:
> It seems that it is not run when I log into a host using ssh or more
> exactly its pid is not exported to an ssh login process. Could I add
> something to the .profile script?
Maybe 'ForwardAgent' is what you are looking for. See ssh(1) and
ssh
On 04/02/12 19:35, Sven Joachim wrote:
> On 2012-02-04 09:09 +0100, Scott Ferguson wrote:
>
>> On 04/02/12 19:05, Paul E Condon wrote:
>>>
>>> Where in the start-up code of a system that is running ssh client is
>>> the ssh-agent started?
>>> It seems that it is not run when I log into a host
On 2012-02-04 09:09 +0100, Scott Ferguson wrote:
> On 04/02/12 19:05, Paul E Condon wrote:
>>
>> Where in the start-up code of a system that is running ssh client is
>> the ssh-agent started? It has got to be early in the process, but
>> where? And what exactly is done? Should I be able to see i
On 04/02/12 19:05, Paul E Condon wrote:
> Some might think I have no business wanting to know the answer
> to this question, but
>bare with me:
Blink
Blink
:-/
(bear? I really hope *that*'s what you're requesting)
>
> Where in the start-up code of a system that is running ssh client is
> th
Some might think I have no business wanting to know the answer
to this question, but bare with me:
Where in the start-up code of a system that is running ssh client is
the ssh-agent started? It has got to be early in the process, but
where? And what exactly is done? Should I be able to see it in
23 matches
Mail list logo