June 2012
Beginner
227 pages
5h 43m
English
ssh | Securely log into a remote host, or run commands on it. |
telnet | Log into a remote host (not secure!). |
scp | Securely copy files to/from a remote host (batch). |
sftp | Securely copy files to/from a remote host (interactive). |
ftp | Copy files to/from a remote host (interactive, not secure!). |
It’s easy to establish network connections from one machine to another for remote logins and file transfers. Just make sure you do it securely with the commands we cover.
Read now
Unlock full access