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/05 08:51] – [Using ssh keys] Added the sections jypeter | other:ssh [2020/08/20 15:16] – [A quick introduction] jypeter | ||
---|---|---|---|
Line 14: | Line 14: | ||
* We assume below that you have a '' | * We assume below that you have a '' | ||
- | * This page will also show some examples using the LSCE and IPSL (ciclad) | + | * This page will also show some examples using the LSCE and [[https:// |
- | * Instead of a password, you can also use a set of //private and public keys// and a //passphrase// | + | * Instead of a password, you can also [[other: |
+ | * This is the only kind of authentication that will work if you need to use the [[https://mesocentre.ipsl.fr/|IPSL Mésocentre ESPRI]] (aka **ciclad** and **climserv**)! | ||
* Many programs are said to //work over ssh// when they implicitly use the //ssh protocol// to securely transfer their data from one server to another: '' | * Many programs are said to //work over ssh// when they implicitly use the //ssh protocol// to securely transfer their data from one server to another: '' | ||
Line 97: | Line 98: | ||
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 112: | ||
* Most common options: | * Most common options: | ||
- | * '' | + | * '' |
- | * '' | + | * '' |
==== A recommended graphical scp client for Windows ==== | ==== A recommended graphical scp client for Windows ==== |
other/ssh.txt · Last modified: 2024/11/29 13:58 by jypeter