On Mon, May 13, 2002 at 18:05:19 -0300, Eduardo Gargiulo wrote:
> Which is the best way to ensure that clients will connect using ssh2 and
> not ssh1?
Configure sshd to only accept the version 2 protocol by putting "Protocol 2"
in /etc/ssh/sshd_config and doing /etc/init.d/ssh restart.
HTH,
Ray
-
In your sshd_config you can use the Protocol directive.
Protocol
Specifies the protocol versions sshd should support. The possible
values are ``1'' and ``2''. Multiple versions must be comma-separated.
The default is ``2,1''.
-nicole
At 18:05 on May 13, Eduardo Gargiulo combined all the r
On Mon, May 13, 2002 at 06:05:19PM -0300, Eduardo Gargiulo wrote:
>
> Which is the best way to ensure that clients will connect using ssh2
> and not ssh1? How can I avoid the use of ssh1?
>
RTFM. See in particular sshd(8). See in particular the following:
Protocol
Specifies t
In sshd_config, make sure you only have protocol 2 defined:
Protocol 2
Then restart sshd.
-Anne
This one time, Eduardo Gargiulo wrote:
> Hi all.
>
> Which is the best way to ensure that clients will connect using ssh2
> and not ssh1? How can I avoid the use of ssh1?
>
> TIA
>
> --
> Eduardo
Hi all.
Which is the best way to ensure that clients will connect using ssh2
and not ssh1? How can I avoid the use of ssh1?
TIA
--
Eduardo Gargiulo
^ejg(-.*)[EMAIL PROTECTED]
pgppjWpzAcgOF.pgp
Description: PGP signature
On Mon, May 13, 2002 at 18:05:19 -0300, Eduardo Gargiulo wrote:
> Which is the best way to ensure that clients will connect using ssh2 and
> not ssh1?
Configure sshd to only accept the version 2 protocol by putting "Protocol 2"
in /etc/ssh/sshd_config and doing /etc/init.d/ssh restart.
HTH,
Ray
In your sshd_config you can use the Protocol directive.
Protocol
Specifies the protocol versions sshd should support. The possible
values are ``1'' and ``2''. Multiple versions must be comma-separated.
The default is ``2,1''.
-nicole
At 18:05 on May 13, Eduardo Gargiulo combined all the
On Mon, May 13, 2002 at 06:05:19PM -0300, Eduardo Gargiulo wrote:
>
> Which is the best way to ensure that clients will connect using ssh2
> and not ssh1? How can I avoid the use of ssh1?
>
RTFM. See in particular sshd(8). See in particular the following:
Protocol
Specifies
In sshd_config, make sure you only have protocol 2 defined:
Protocol 2
Then restart sshd.
-Anne
This one time, Eduardo Gargiulo wrote:
> Hi all.
>
> Which is the best way to ensure that clients will connect using ssh2
> and not ssh1? How can I avoid the use of ssh1?
>
> TIA
>
> --
> Eduard
Hi all.
Which is the best way to ensure that clients will connect using ssh2
and not ssh1? How can I avoid the use of ssh1?
TIA
--
Eduardo Gargiulo
^ejg(-.*)?@ar\.homelinux\.org$
msg06714/pgp0.pgp
Description: PGP signature
10 matches
Mail list logo