UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: srchtxtChapter 2
Unix Commands
Next: Reference: strings
 

ssh

ssh2 [-l user] host [commands]
ssh2 [options] [user@]host

Secure shell. This is a secure replacement for the rsh, rlogin, and rcp programs. ssh uses strong public-key encryption technologies to provide end-to-end encryption of data. There may be licensing/patent issues restricting the use of the software in some countries.

Note: ssh2 is not distributed with SVR4 or Solaris. Source code for the noncommercial version for Unix can be downloaded from ftp://ftp.cs.hut.fi/pub/ssh. More information can be found at http://www.ssh.fi and http://www.ipsec.com.


Previous: Reference: srchtxtUNIX in a Nutshell: System V EditionNext: Reference: strings
Reference: srchtxtBook IndexReference: strings

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System