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/03 11:09] – [Standard usage] jypeter | other:ssh [2020/08/05 08:51] – [Using ssh keys] Added the sections jypeter | ||
---|---|---|---|
Line 29: | Line 29: | ||
Note: the following will work in a **Linux** terminal, but can also work in a // | Note: the following will work in a **Linux** terminal, but can also work in a // | ||
- | If you have a Windows computer, it is much easier to use [[# | + | If you have a Windows computer, it is much easier to use [[other: |
</ | </ | ||
Line 91: | Line 91: | ||
==== A recommended ssh client for Windows ==== | ==== A recommended ssh client for Windows ==== | ||
- | [[other:win10apps# | + | [[other:putty_conf|PuTTY]] is a convenient and user-friendly //ssh client// for Windows |
- | ===== Just transferring | + | ===== Copying |
- | Sometimes you just need to copy files from one server to the other. The files can be securely copied //over ssh// with the '' | + | Sometimes you just need to copy files from one remote |
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 ciclad server) | ||
+ | |||
+ | ==== Copying files with scp ==== | ||
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | Note: the following will work in a **Linux** terminal, but can also work in a // | ||
+ | |||
+ | If you have a Windows computer, it is much easier to use [[other: | ||
+ | </ | ||
+ | |||
+ | * **'' | ||
+ | * If your login is the same on the local and remote computer, you can omit the optional '' | ||
+ | |||
+ | * Most common options: | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ==== A recommended graphical scp client for Windows ==== | ||
+ | |||
+ | [[other: | ||
+ | |||
+ | ==== Synchronizing directories ==== | ||
+ | |||
+ | In some cases, you may want to synchronize the content of directories: | ||
+ | * because you are creating a backup | ||
+ | * because you have lots of files, possibly (very) big, and you don't want to start copying everything again if the copy fails due to temporary network problems | ||
+ | * ... | ||
+ | |||
+ | In that case, you should use the '' | ||
+ | |||
+ | '' | ||
===== 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