Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   12-19-2005, 06:58 AM
HD Newbie
 
Join Date: Dec 2005
Posts: 19

Status: supplyandd is offline
Is Secure Shell (SSH) free ?
 
 
 


Old
  Post #2 (permalink)   12-19-2005, 07:53 AM
HD Addict
 
Join Date: Dec 2005
Posts: 103

Status: dotcomguy is offline
OpenSSH, a 100% free and open source outgrowth of the OpenBSD project, has very rapidly become the preferred version of SSH for open source Unices; as of this writing, the latest releases of Red Hat, Debian, and SUSE Linux all ship with binary packages of OpenSSH.

http://sshwindows.sourceforge.net/
 
 
 


Old
  Post #3 (permalink)   12-19-2005, 08:49 AM
HD Newbie
 
Join Date: Dec 2005
Posts: 19

Status: supplyandd is offline
How it works ?
 
 
 


Old
  Post #4 (permalink)   12-19-2005, 10:31 AM
HD Addict
 
Join Date: Dec 2005
Posts: 103

Status: dotcomguy is offline
It works very similarly to Secure Sockets Layer web transactions. Both can set up encrypted channels using generic host keys or with published credentials (digital certificates) that can be verified by a trusted certificate authority.
 
 
 


Old
  Post #5 (permalink)   12-19-2005, 12:11 PM
HD Newbie
 
Join Date: Dec 2005
Posts: 19

Status: supplyandd is offline
How OpenSSH builds secure connections ?
 
 
 


Old
  Post #6 (permalink)   12-19-2005, 02:30 PM
HD Addict
 
Join Date: Dec 2005
Posts: 103

Status: dotcomguy is offline
First, the client and the server exchange (public) host keys. If the client machine has never encountered a given public key before, both SSH and most web browsers ask the user whether to accept the untrusted key. Next, they use these public keys to negotiate a session key, which is used to encrypt all subsequent session data via a block cipher such as Triple-DES (3DES), blowfish, or IDEA.
 
 
 


Old
  Post #7 (permalink)   12-20-2005, 10:05 AM
HD Newbie
 
Join Date: Jan 2006
Posts: 29

Status: LSComputers is offline
works great im using it on a home server, for testing, love it..
 
 
 


Old
  Post #8 (permalink)   01-05-2006, 11:13 AM
HD Addict
 
Join Date: Jan 2006
Posts: 141

Status: kiz9999 is offline
thank god it is free. It is great that there are so much open source out there.
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On