$ ssh -l pat shell.isp.com pat's password: ****** Last login: Mon May 24 19:32:51 1999 from quondam.nefertiti.org You have new mail. shell.isp.com>
[5]If the local and remote usernames are identical, you can omit the -l option (-l pat) and just type ssh shell.isp.com.
$ ssh pat@shell.isp.com
scp name-of-source name-of-destination
$ scp pat@shell.isp.com:print-me print-me
$ scp pat@shell.isp.com:print-me imprime-moi
Copyright © 2002 O'Reilly & Associates. All rights reserved.