User Tools

Site Tools


other:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:ssh [2020/08/05 06:50]
jypeter [Using an ssh agent] Moved the agent section
other:ssh [2020/08/19 14:57]
jypeter [Copying files between servers/computers]
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 ''​scp''​ command 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 ''​scp''​ command
  
-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 ​at IPSL)
  
 ==== Copying files with scp ==== ==== Copying files with scp ====
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 ====
 +
  
  
other/ssh.txt · Last modified: 2023/05/03 08:32 by jypeter