Qu'est-ce que SSH (Secure Shell)?
SSH (Secure Shell) est un protocole pour créer une connexion sécurisée entre deux ordinateurs.
La sécurité connexion SSH fournit l'authentification et le cryptage. SSH fournit également de compression.
Le protocole SSH est défini par l'IETF Secure Shell Groupe de travail (secsh).
SSH a été conçu comme un remplacement pour l'héritage `telnet` application.
L'ordinateur étant connecté au fonctionnement doit être un démon ssh, ou un serveur, processus.
L'ordinateur qui tente de se connecter doit exécuter un client SSH.
SCP et SFTP - assurer le transfert de fichiers en utilisant SSH
SCP et SFTP sont de remplacement pour l'héritage »cp» et «ftp» de transfert de fichiers.
SCP et SFTP permettre de crypter le transfert de fichiers sur une connexion SSH.
Gratuit serveurs SSH
Il existe plusieurs implémentations libres SSH disponible. Certains ne supportent que SSH, tandis que d'autres soutiens également SCP et SFTP.
| SSH Server | Systèmes d'exploitation supportés |
|---|---|
| OpenSSH | AIX, HP-UX, Irix, Linux, NeXT, SCO, SNI / Reliant Unix, Solaris, Digital Unix/Tru64/OSF, Mac OS X, et Cygwin |
| Dropbear serveur SSH | Linux, Mac OS X, FreeBSD, NetBSD, OpenBSD, Solaris, Irix, True64, AIX, HP-UX |
| FreeSSH | NetBSD, FreeBSD, Linux |
| LSH | GNU / Linux sur Sparc, Intel, PPC et Alpha, FreeBSD, Solaris et IRIX |
| Sshd-NT | Windows |
| OpenSSH pour Windows | Windows |
Gratuit clients SSH
| Client SSH | Systèmes d'exploitation supportés |
|---|---|
| OpenSSH | AIX, HP-UX, Irix, Linux, NeXT, SCO, SNI / Reliant Unix, Solaris, Digital Unix/Tru64/OSF, Mac OS X, et Cygwin |
| FreSSH | NetBSD, FreeBSD, Linux |
| LSH | GNU / Linux sur Sparc, Intel, PPC et Alpha, FreeBSD, Solaris et IRIX |
| OpenSSH pour Windows | Windows |
| PuTTY | Win32 et Unix |
| MSSH | Windows |
| WinSCP | Windows (SCP et SFTP, SSH) |
| Fugu | Macintosh |
| MacSSH | Macintosh |
| Cyberduck | Macintosh (SFTP) |
| pssh | Palm OS |
| TuSSH | Palm OS |
Note: J'ai expressément exclus SSH clients et serveurs qui ne supportent pas le protocole SSH v2.
Pour de plus amples informations sur SSH, lisez la FAQ SSH.
Bookmark Qu'est-ce que SSH (Secure Shell)?






