Networking Forums

Networking Forums > Computer Networking > Linux Networking > Any way to configure ssh2 server to accept ssh1 protocol

Reply
Thread Tools Display Modes

Any way to configure ssh2 server to accept ssh1 protocol

 
 
* Tong *
Guest
Posts: n/a

 
      05-02-2007, 03:05 AM
Hi,

Is it possible to configure ssh2 server to accept ssh1 protocol? I.e.,

How to allow the sshd to verify ssh1 signature before verifying ssh2's,
just like what sourceforge.net is doing?

I've done the following changes to /etc/ssh/sshd_config [1]:

$ diff1 /etc/ssh/sshd_config~ /etc/ssh/sshd_config
Port 22
-Protocol 2,1
+Protocol 1,2
#ListenAddress 0.0.0.0

but that didn't work [2].

Please help.

thanks a lot.

Tong

[1]

I'm using openssh-server v1:4.3p2-9 under Debian etch.

[2]

Correct log to ssh into sourceforge.net:

debug1: ssh_rsa_verify: signature correct
[...]
debug1: Authentications that can continue:
publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/dsl/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 149

My own sshd server:

debug1: ssh_rsa_verify: signature correct
[...]
debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: /home/dsl/.ssh/id_rsa
debug1: Authentications that can continue:
publickey,password,keyboard-interactive


--
Tong (remove underscore(s) to reply)
http://xpt.sf.net/techdocs/
http://xpt.sf.net/tools/

--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
http server protocol Garrick Linux Networking 2 10-29-2006 10:23 AM
2003 server unable to accept inbound connections cpal Windows Networking 2 10-17-2006 12:06 AM
Use dot1q protocol on a Win2003 server Andre Filette Windows Networking 0 07-13-2005 04:11 PM
Server 2003 Network Protocol Mark [Support] Windows Networking 2 05-29-2004 03:13 AM
wr are can't configure the NAT protocol!!!! sync Windows Networking 1 01-16-2004 01:17 PM



1 2 3 4 5 6 7 8 9 10 11