SSH Protocol Version 1


 
Thread Tools Search this Thread
Operating Systems AIX SSH Protocol Version 1
# 1  
Old 04-09-2011
SSH Protocol Version 1

SSH Protocol Version 1 Session Key Retrieval

Disable compatibility with version 1 of the protocol

can any one advice in this regard and how can I Disable compatibility with version 1 of the protocol


Pls advice ..
# 2  
Old 04-10-2011
Edit /etc/ssh/sshd_config and /etc/ssh/ssh_config

change Protocol = 2
# 3  
Old 04-11-2011
As Nevyn showed, if you set "Protocol = 2" in the /etc/ssh/sshd_config, your server will only support clients connecting using protocol 2. This is probably what you want.

If you set "Protocol = 2" in the /etc/ssh/ssh_config, then the ssh client on your box will only be able to connect to remote servers using protocol 2. If on the off chance you try to connect to a box that only supports protocol 1, your client wouldn't be able to connect. For that reason alone, I don't set the protocol version here.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

SSH Protocol Support

Hi there, I learnt about a case where SSH-1.99 is supported by SSH service, both SSH 1.5 and 2.0 is special. Btw, I want to know what kind of authentication mechanism are supported by SSH, here is what I thought of: Public/ Private Key Pair Password Authentication (1 Reply)
Discussion started by: alvinoo
1 Replies

2. IP Networking

ssh version 1 problem please help

Hi guys please help with the following. $ssh -1 -vvv -l username -o "ForwardX11 yes" server.name netscape OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011 debug2: ssh_connect: needpriv 0 debug1: Connecting to server.address port 22. debug1: Connection established. debug1: identity file... (1 Reply)
Discussion started by: llcooljatt
1 Replies

3. Cybersecurity

Disable SSH 1.99 version?

Hello. My security audit reconise SSH 1.99 protocol version allowed. But in my sshd_config config is only: SSH version: How can I disable support for ssh protocol 1.99 version? (1 Reply)
Discussion started by: jabalv
1 Replies

4. UNIX for Dummies Questions & Answers

SSH version of rlogin (ie without password prompt)

I have 3 Solaris 10 UNIX servers, the shadow and passwd file are all identical and are automatically sync every 5 minutes. A majority of the users do not have CLI access but rather use a menu. I currently have menu options that allows them to rlogin to another server and I need to have the... (1 Reply)
Discussion started by: creedonjm
1 Replies

5. Solaris

HTTP Protocol Version

Friends/Gurus Can anybody let me know how to check Http Protocol version in Solaris and in AIX? Thanks (1 Reply)
Discussion started by: efunds
1 Replies

6. Solaris

How to hide SSH version

I just been audited and one the recommendations is to hide the SSH version or give fake information. I went to openssh.com they don't seem to have any info on how to fix this :confused: Anybody knows how the heck can I hide the SSH version? The part which says # telnet localhost 22... (19 Replies)
Discussion started by: sparcguy
19 Replies

7. Solaris

command to know ssh version

Hi, I want to know the command to know ssh version on solaris (1 Reply)
Discussion started by: manoj.solaris
1 Replies

8. UNIX for Advanced & Expert Users

What is "incompatible protocol version"

have installed a Network Management System at HP and when I tried to connect to Sun for Extractor function, it shows" incompatible protocol version:3". What does it mean? How to slove the problem? Thanks a lot, Emily (1 Reply)
Discussion started by: yaoww
1 Replies

9. Solaris

ssh version

Which version of SSH is this ssh -V SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. (2 Replies)
Discussion started by: csaunders
2 Replies
Login or Register to Ask a Question