November 2007
SSH Port Forwarding
SSH also has a wonderful feature called SSH Port Forwarding, sometimes called SSH Tunneling, which allows you to establish a secure SSH session and then tunnel arbitrary TCP connections through it. Tunnels can be created at any time, with almost no effort and no programming, which makes them very appealing. In this article we look at SSH Port Forwarding in detail, as it is a very useful but often misunderstood technology. SSH Port Forwarding can be used for secure communications in a myriad of different ways. Let's start with an example.
July 2007
MySecureShell SFTP-Server
by 1 otherVous recherchez un serveur ftp très sécurisé, facile à installer, à administrer et à configurer ?
Alors MySecureShell est fait pour vous ! De plus, il est entièrement GRATUIT !
MySecureShell est basé sur OpenSSH !
Vous avez donc toute la sécurité très poussée de celui-ci PLUS des fonctionnalités complémentaires et très puissantes qu'offre notre logiciel !
Voici un aperçu des possibilitées de MySecureShell :
- Contrôle de la bande passante.
- Sécurisation de l'affichage des droits.
- Administration du serveur en interface graphique.
- Gestion de l'activité du serveur grâce aux logs.
- Contrôle des utilisateurs par ip, groupes...
Nous n'avons pas tout énuméré, mais pour plus d'information vous pouvez visiter la section Descriptif.
Shell Commander
Shell Commander is a PHP script, that allows remote execution of shell commands (like SSH client) through a web browser.
Warehouse — Subversion Browser
by 3 othersNever before has there been a web-based Subversion browser that is as beautiful as it is simple.
April 2007
SÉCURITÉ Ssh sans mot de passe
Ou comment se connecter à une machine distante sans avoir à rentrer son mot de passe.
Il existe une méthode de configuration plus rapide. Vous pouvez en une seule commande ajouter votre clé dans le fichier `authorized_keys` du serveur distant grâce à `ssh-copy-id`. Pour cela procédez comme suit :
1
(5 marks)