LinuxLinks.com
Newbies What Next ? News Forums Calendar
News Sections
Home
General News (3770/0)
Reviews (576/0)
Press Releases (450/0)
Distributions (132/0)
Software (515/0)
Hardware (383/0)
Security (188/0)
Tutorials (290/0)
Off Topic (168/0)

Related sites

User Functions
Username:

Password:

Don't have an account yet? Sign up as a New User

Events
There are no upcoming events



OpenSSH

OpenSSH

OpenSSH is a free version of the SSH suite of network connectivity tools that increasing numbers of people on the Internet are coming to rely on.

OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other network-level attacks. 

OpenSSH consists of a number of programs:

  • shd - Server program run on the server machine. This listens for connections from client machines, and whenever it receives a connection, it performs authentication and starts serving the client
  • sh - This is the client program used to log into another machine or to execute commands on the other machine. slogin is another name for this program
  • cp - Securely copies files from one machine to another.
  • sh-keygen - Used to create Pubkey Authentication (RSA or DSA) keys (host keys and user authentication keys)
  • sh-agent - Authentication agent. This can be used to hold RSA keys for authentication
  • sh-add - Used to register new keys with the agent.
  • ftp-server - SFTP server subsystem.
  • ftp - Secure file transfer program.
  • sh-keyscan - gather ssh public keys.
  • sh-keysign - ssh helper program for hostbased authentication

 OpenSSH

License
BSD license

Developer
The OpenBSD Project

Website
www.openssh.org

Requirements

Support:
Manual, FAQ
, Mailing Lists, Hacking Linux Exposed

Selected Reviews:
Review Linux, Linux Journal

Features include:

  • Strong authentication. Closes several security holes (e.g., IP, routing, and DNS spoofing)
  • Improved privacy. All communications are automatically and transparently encrypted
  • Secure X11 sessions. The program automatically sets DISPLAY on the server machine, and forwards any X11 connections over the secure channel
  • Arbitrary TCP/IP ports can be redirected through the encrypted channel in both directions (e.g., for e-cash transactions)
  • No retraining needed for normal users
  • Never trusts the network. Minimal trust on the remote side of the connection. Minimal trust on domain name servers. Pure RSA authentication never trusts anything but the private key
  • Client RSA-authenticates the server machine in the beginning of every connection to prevent trojan horses (by routing or DNS spoofing) and man-in-the-middle attacks, and the server RSA-authenticates the client machine before accepting .rhosts or /etc/hosts.equiv authentication (to prevent DNS, routing, or IP-spoofing)
  • Host authentication key distribution can be centrally by the administration, automatically when the first connection is made to a machine
  • Any user can create any number of user authentication RSA keys for his/her own use
  • The server program has its own server RSA key which is automatically regenerated every hour
  • An authentication agent, running in the user's laptop or local workstation, can be used to hold the user's RSA authentication keys
  • The software can be installed and used (with restricted functionality) even without root privileges.
  • The client is customizable in system-wide and per-user configuration files
  • Optional compression of all data with gzip (including forwarded X11 and TCP/IP port data), which may result in significant speedups on slow connections
  • Complete replacement for rlogin, rsh, and rcp
Return to Security Home Page


Last Updated Sunday, May 04 2008 @ 05:20 PM EDT


Who's Online
Guest Users: 27

Local Content
Migrating from Windows to Linux
Fedora 7 review
TV Guides
Cedega 4.2.1 Review
Linux Guide
Xandros Desktop OS Version 3.0 Review
Zaurus Software Reviews

Older Stories
Tuesday 05/13
  • DSA-1575-1 linux-2.6 -- denial of service (0)
  • Nexuiz shoots to the top of gaming list (0)

  • Monday 05/12
  • How I dumped Windows for Linux - Day 1 (0)
  • Fedora 9 leaked (0)
  • Microsoft opens arms to Linux (0)
  • Shuttle KPC K-4500 Review (0)

  • Sunday 05/11
  • Linux Equivalents to Windows Software (0)
  • Why we love Ubuntu Linux (or maybe we don't) (0)
  • Intel multi-core threading library supports Sun Studio (0)
  • ARM-based controller has StackableUSB expansion (0)

  • Whats New
    STORIES
    5 stories in last 24 hours

    COMMENTS last 48 hrs
    No new comments

    LINKS last 2 wks
    No recent new links

    Vote

    What do you find MOST attractive about Open Source software?

    Amount of customization
    Security
    Freedom provided
    Speed of development
    Quality
    Multiple versions
    Cost
    Potential to contribute
    Ability to modify code
    Results
    675 votes | 0 comments

    Built with GeekLog and phpBB
    Comments to the webmaster are welcome
    Copyright © 2002 LinuxLinks.com - All rights reserved