Installer et configurer un serveur SSH ( OpenSSH CENTOS)


Definition OPEN SSH :

OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. In addition, OpenSSH provides a large suite of secure tunneling capabilities, several authentication methods, and sophisticated configuration options.
un ensemble d'outils informatiques libres permettant des communications sécurisées sur un réseau informatique en utilisant le protocole SSH.


INSALLATION OPEN SSH 
~#sudo yum install open ssh-server
~#sudo yum install open ssh-clients


~#systemctl start ssh
~#systemctl status ssh
~#systemctl enable sshd
~#nano /etc/SSH/SSH-config port 22


Il est recommandé de ne pas permettre la connexion en root. Pour cela, éditer le fichier /etc/ssh/sshd_config et modifier cette ligne:

~#PermitRootLogin no


Fichier de configuration
nano etc/ssh/SShd_config
port : 22
protocole:2
listeladders: @adress srv
permit rootlogin : yes

Demarage SERVEUR !!!
Systemctl restart SShd

Verification
ssh-a (le nom et serveur )
login : Putty

Activer le service SSH a travail par parfeu
~#Firewall-cmd--Add-service=ssh--permanent
~#Firewall-cmd--reload

genere clé public et priver RSA
~#SSH-keygen

0 Commentaires