March 2012
Beginner to intermediate
230 pages
7h 27m
English
ssh
|
Securely log into a remote host, or run commands on it. |
telnet
|
Log into a remote host (insecure!). |
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, insecure!). |
With Linux, 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.
Read now
Unlock full access