Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 03:25 PM
10-13-2006 03:25 PM
How tunnelling works between ssh connection ?
Is ssh2 latest version of ssh ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 06:44 PM
10-13-2006 06:44 PM
Solution1. 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 07:08 PM
10-13-2006 07:08 PM
Re: ssh2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:06 AM
10-16-2006 06:06 AM
Re: ssh2
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:12 AM
10-16-2006 06:12 AM
Re: ssh2
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:15 AM
10-16-2006 06:15 AM
Re: ssh2
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 05:07 PM
10-16-2006 05:07 PM
Re: ssh2
regards,
shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:14 PM
10-16-2006 06:14 PM
Re: ssh2
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.