Karl Fogel <[EMAIL PROTECTED]> said:
> Okay, I did 'man ssh_config' and read up on the config file format.
> The key paragraph is:
>
> For each parameter, the first obtained value will be used. The
> configuration files contain sections bracketed by ``Host''
> specifications, and
Okay, I did 'man ssh_config' and read up on the config file format.
The key paragraph is:
For each parameter, the first obtained value will be used. The
configuration files contain sections bracketed by ``Host''
specifications, and that section is only applied for hosts that
m
Mathieu Roy <[EMAIL PROTECTED]> writes:
> I'm puzzled as we got
> Accepted rsa for kfogel from 65.42.95.175 port 37964
> in the logs.
Wow. That's strange, yeah.
> Can you provide the content of /etc/ssh/ssh_config
Suer. Note that my system is not OpenBSD (I guess the file was
inherited
Karl Fogel <[EMAIL PROTECTED]> said:
> Mathieu Roy <[EMAIL PROTECTED]> writes:
> > >$ cat ~/.ssh/config
> > >Protocol 2,1
> > >Host cvs.red-bean.com
> > > EscapeChar none
> > > ForwardX11 no
> > >Host subversions.gnu.org
> > > Protocol 1
> >
> > Normally it should work
Mathieu Roy <[EMAIL PROTECTED]> writes:
> >$ cat ~/.ssh/config
> >Protocol 2,1
> >Host cvs.red-bean.com
> > EscapeChar none
> > ForwardX11 no
> >Host subversions.gnu.org
> > Protocol 1
>
> Normally it should work.
> Please replace
> Host subversions.gnu.org by Host *gn
Karl Fogel <[EMAIL PROTECTED]> said:
> Mathieu Roy <[EMAIL PROTECTED]> writes:
> > Can you provide the output of
> > cat ~/.ssh/config
>
> Sure:
>
>$ cat ~/.ssh/config
>Protocol 2,1
>Host cvs.red-bean.com
> EscapeChar none
> ForwardX11 no
>Host subversions.gnu.or
Mathieu Roy <[EMAIL PROTECTED]> writes:
> Can you provide the output of
> cat ~/.ssh/config
Sure:
$ cat ~/.ssh/config
Protocol 2,1
Host cvs.red-bean.com
EscapeChar none
ForwardX11 no
Host subversions.gnu.org
Protocol 1
$
(Yes, I noticed the last two lines. I
Karl Fogel <[EMAIL PROTECTED]> said:
> "Jaime E. Villate" <[EMAIL PROTECTED]> writes:
> > your first message arrived at a time when we were having some
> > strange behavior of the CVS server that we were trying to figure out
> > and that's probably why your message was not answered because it
> >
"Jaime E. Villate" <[EMAIL PROTECTED]> writes:
> your first message arrived at a time when we were having some
> strange behavior of the CVS server that we were trying to figure out
> and that's probably why your message was not answered because it
> seemed to be related to the CVS problem.
>
> Ple