other:ssh
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
other:ssh [2020/08/04 11:33] – Added content to the 'copy' section jypeter | other:ssh [2020/08/19 17:01] – [Copying files with scp] jypeter | ||
---|---|---|---|
Line 97: | Line 97: | ||
Sometimes you just need to copy files from one remote server (or your desktop) to the other. The files can be securely copied //over ssh// with the '' | Sometimes you just need to copy files from one remote server (or your desktop) to the other. The files can be securely copied //over ssh// with the '' | ||
- | Note: if you work with big data files, you should keep the files were they are instead of duplicating them, and move the data processing (your scripts, etc...) to the server where the files are located (e.g. the ciclad server) | + | Note: if you work with big data files, you should keep the files were they are instead of duplicating them, and move the data processing (your scripts, etc...) to the server where the files are located (e.g. the '' |
==== Copying files with scp ==== | ==== Copying files with scp ==== | ||
Line 111: | Line 111: | ||
* Most common options: | * Most common options: | ||
- | * '' | + | * '' |
- | * '' | + | * '' |
==== A recommended graphical scp client for Windows ==== | ==== A recommended graphical scp client for Windows ==== | ||
Line 130: | Line 130: | ||
===== Using ssh keys ===== | ===== Using ssh keys ===== | ||
+ | |||
+ | ==== What are ssh keys? ==== | ||
+ | |||
+ | |||
+ | ==== Creating ssh keys ==== | ||
+ | |||
+ | |||
+ | ==== Installing ssh keys ==== | ||
+ | |||
+ | |||
+ | ==== Using the keys ==== | ||
+ | |||
+ | |||
+ | ==== Using an ssh agent ==== | ||
+ | |||
- | ===== Using an ssh agent ===== | ||
===== More... ===== | ===== More... ===== |
other/ssh.txt · Last modified: 2024/11/29 13:58 by jypeter