Go to TogaWare.com Home Page.
GNU/Linux Desktop Survival Guide
by Graham Williams
Google

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
Contribue and access the PDF Version