SSH: Difference between revisions
Jump to navigation
Jump to search
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 edit summary |
||
Line 8: | Line 8: | ||
'''Example:''' | '''Example:''' | ||
[user@localhost ~]$ ssh username@yourserver | <code>[user@localhost ~]$ ssh username@yourserver</code> | ||
Revision as of 03:49, 17 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/