Conclusion

Dans ce module nous avons pris en main les terminaux à distance avec

1
ssh login@host

et comment copier ou éditer des fichiers distants avec

1
rsync -PIavz login@host:remotepath localpath # Receive
2
rsync -PIavz localpath login@host:remotepath # Send
3
sshfs login@host:remotepath localpath # Mount