Re: Disable OpenSSH Protocol version 1
- From: "Robert Hajime Lanning" <robert.lanning@xxxxxxxxx>
- Date: Mon, 25 Feb 2008 10:55:08 -0800
The command line option overrides config file options.
And what is to stop someone from uploading their own binary to use version 1?
(rhetorical)
On Fri, Feb 22, 2008 at 10:11 AM, wc wong <jwc_wong@xxxxxxxxx> wrote:
Thanks Jeremy.
Yes, I'm sure the line "Protocol 2" has been properly
added to ssh_config file.
I believe changing ssh.c is the solution for me.
Thanks,
John
--- "Jeremy C. Reed" <reed@xxxxxxxxxxxxx> wrote:
> On Thu, 21 Feb 2008, wc wong wrote:
>
> > However, when I tried to disable outgoing ssh
> session
> > from using Version 1 by adding the line "Protocol
> 2"
> > in ssh_config file, it did not work. Is there any
> way
> > to disable outgoing ssh session from using Version
> 1?
>
>
> Are you sure it was properly added to your
> ssh_config? Are you using the
> correct ssh configuration file?
>
> Or edit ssh.c to get rid of the -1 option and
> hardcode options.protocol =
> SSH_PROTO_2;
>
>
> Jeremy C. Reed
>
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
And, did Galoka think the Ulus were too ugly to save?
-Centauri
- References:
- Re: Disable OpenSSH Protocol version 1
- From: Jeremy C. Reed
- Re: Disable OpenSSH Protocol version 1
- From: wc wong
- Re: Disable OpenSSH Protocol version 1
- Prev by Date: Re: Disable OpenSSH Protocol version 1
- Next by Date: Re: Disable OpenSSH Protocol version 1
- Previous by thread: Re: Disable OpenSSH Protocol version 1
- Next by thread: Re: Disable OpenSSH Protocol version 1
- Index(es):