What is SSH?
- SSH: software to connect to a machine
- SSH: secure shell (shell: textual command interpreter)
- Crypted communication
SSH commands:
- ssh guez@spirit1.ipsl.fr
- scp my_file guez@spirit1.ipsl.fr:
- sftp guez@spirit1.ipsl.fr
Note: other commands can automatically use SSH. rsync, sshfs, git, svn...