May 2005
Intermediate to advanced
666 pages
21h 5m
English
The usual OpenSSH clients, ssh, scp, and sftp, work normally without any extra effort on your part:
# Log into server.example.com as user smith
$ ssh -l smith server.example.com
# Copy myfile from your local machine to server.example.com
$ scp myfile server.example.com:
# Run an interactive file-copy session with sftp
$ sftp server.example.com