Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
Book Store

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions

 

 

Simple Usage


Ssh is a client-server program where your client (on your local host) connects to a remote ssh server (running on the remote host), requiring that ssh be installed on both hosts. (Many systems now run ssh.) You need to know the password of the account you wish to connect to on the remote host. Once connected all communications between the two hosts is securely encrypted.

Connect to a remote host simply by issuing the appropriate ssh command. To connect as user kayon to a remote host alpine.togaware.com or to copy files from your local host to kayon's account at the remote host you can simply:



$ ssh kayon@alpine.togaware.com
$ scp file.name kayon@alpine.togaware.com:remote.file.name


Copyright © 1995-2006 Graham.Williams@togaware.com

 
 
  Published under the terms fo the GNU General Public License Design by Interspire