Amarpal Singh
2002-Jun-13 04:32 UTC
How to restrict OpenSSH to use SSH-1 or SSH-2 or fallback from SSH-2 to SSH-1 when need?
Hi All, I am a newcomer to the SSH world. How do we restrict OpenSSH (3.1) to use SSH-1 or SSH-2 or fallback from SSH-2 to SSH-1 when need? Thanks Amarpal.
Darren Tucker
2002-Jun-13 05:00 UTC
How to restrict OpenSSH to use SSH-1 or SSH-2 or fallback from SSH-2 to SSH-1 when need?
$ man ssh
[snip]
Protocol
Specifies the protocol versions ssh should support in
order of preference. The possible values are ``1'' and
``2''. Multiple versions must be comma-separated. The
default is ``2,1''. This means that ssh tries version
2 and falls back to version 1 if version 2 is not
available.
[snip]
Amarpal Singh wrote:>
> Hi All,
>
> I am a newcomer to the SSH world. How do we restrict OpenSSH (3.1) to use
> SSH-1 or SSH-2 or fallback from SSH-2 to SSH-1 when need?
>
> Thanks
> Amarpal.
>
> _______________________________________________
> openssh-unix-dev at mindrot.org mailing list
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
--
Darren Tucker (dtucker at zip.com.au)
GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.