1826070 Members
4086 Online
109690 Solutions
New Discussion

Re: ssh2

 
SOLVED
Go to solution
Shivkumar
Super Advisor

ssh2

Hi,

How tunnelling works between ssh connection ?
Is ssh2 latest version of ssh ?

Thanks,
Shiv
7 REPLIES 7
Senthil Prabu.S_1
Trusted Contributor
Solution

Re: ssh2

Hi,

1. SH tunneling is nothing but,if you can SSH from one host to another, you can tunnel other TCP connections over the secure encrypted SSH session.[3] This allows you to protect an otherwise cleartext protocol like POP etc...

There are two kinds of tunneling - LocalForwards and RemoteForwards.

Please refer this link for more detailed explaination;

http://www.ssh.com/support/documentation/online/ssh/winhelp/32/Tunneling_Explained.html
http://www.rzg.mpg.de/networking/tunnelling.html

2. The latest version of OpenSSH is OpenSSH 4.4.

HTH,
Prabu.S


One man's "magic" is another man's engineering. "Supernatural" is a null word.
Balakumar M
Frequent Advisor

Re: ssh2

Check the attached file.
Life is a continues learning process
Robert Fritz
Regular Advisor

Re: ssh2

One clarification.

There are two handshake protocols, 1 and 2.
I've heard them referred to as ssh1 and ssh2. You can select which ones you want on the protocol line in /etc/opt/ssh/ssh_config
Those Who Would Sacrifice Liberty for Security Deserve Neither." - Benjamin Franklin
Steven E. Protter
Exalted Contributor

Re: ssh2

Shalom Shiv,

I reccommend if possible that sshd_config be modified to only permit ssh2 connections.

ssh1 which is supported by secure shell/openssh has proven vulnerable to security threats.

The config file is pretty easy to read and change.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
spex
Honored Contributor

Re: ssh2

Hi Shiv,

To enable X-tunneling (also called X-forwarding), use the '-X' flag with 'ssh' (e.g. ssh -X -l root myserver).

ssh1 and ssh2 are two different protocols. Their numbering scheme should not be confused with that of SSH server/client software. The latest version of OpenSSH I could find a binary for is 4.3p2, available here:

http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-4.3p2/

PCS
Shivkumar
Super Advisor

Re: ssh2

i used to think earlier that ssh1 and ssh2 are later version of ssh. it is really confusing naming convention.

regards,
shiv
Raj D.
Honored Contributor

Re: ssh2

Hi Shiv ,


In 1996, a revised version of the protocol, SSH-2, was designed, incompatible with SSH-1. In 2006, this protocol became a proposed Internet standard with the publication by the IETF "secsh" working group of RFCs (see references). SSH-2 features both security and feature improvements over SSH-1. Better security, for example, comes through Diffie-Hellman key exchange and strong integrity checking via MACs. New features of SSH-2 include the ability to run any number of shell sessions over a single SSH connection [2].

In 1999, developers wanting a free software version to be available went back to the older 1.2.12 release of the original ssh program, which was the last released under an open source license.



You can check this for details:

http://en.wikipedia.org/wiki/Secure_Shell


Chers,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "