SSH: Difference between revisions
From Jedisaber Wiki
Created page with " == SSH == SSH allows you to connect to a shell on a remote computer. '''Example:''' [user@localhost ~]$ ssh username@yourserver == SCP == You can also use scp to secu..." |
(No difference)
|
Revision as of 20:51, 16 December 2016
SSH
SSH allows you to connect to a shell on a remote computer.
Example:
[user@localhost ~]$ ssh username@yourserver
SCP
You can also use scp to securely transfer files.
Example:
[user@localhost ~]$ scp examplefile yourusername@yourserver:/home/yourusername/
