logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 29-03-2015 13:18:30

Sylvain43
Membre
Inscription : 29-03-2015

[Résolu]ssh Port 22

Bonjour,
je sais que ce sujet a été traité plusieurs fois, mais je ne trouve pas de sujet ayant ce problème si.
Mon serveur est hébergé chez firstheberg, sous le système DEBIAN.


root@srvX:~# uname -a
Linux srvX.firstheberg.net 3.8.13-std-ipv6-64 #5 SMP Thu May 16 13:52:44 CEST 2013 x86_64 GNU/Linux
 



J'ai bien évidemment édité le fichier /etc/ssh/ssh_config


# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

Host *
#   ForwardAgent no
#   ForwardX11 no
#   ForwardX11Trusted yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   GSSAPIAuthentication no
#   GSSAPIDelegateCredentials no
#   GSSAPIKeyExchange no
#   GSSAPITrustDNS no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
    Port 2512
    Protocol 2
#   Cipher 3des
#   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
#   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
#   VisualHostKey no
#   ProxyCommand ssh -q -W %h:%p gateway.example.com
#   RekeyLimit 1G 1h
    SendEnv LANG LC_*
    HashKnownHosts yes
    GSSAPIAuthentication yes
    GSSAPIDelegateCredentials no
    PermitRootLogin no
    AllowUsers toto
 



/etc/init.d/ssh restart
reboot
 



Quand je me reconnecte en ssh avec le port 22 le terminal ne me mais aucun message d'erreur, avec le port 2512 par contre il me le refuse.
Il faut que je me connecte aussi en root et non avec toto.

Le fichier a été édité en root.

Je ne suis pas universitaire, j'ai du temps libre suite à une maladie.
Ne me jugez pas trop vite si je ne comprends pas certains détails.

Dernière modification par Sylvain43 (29-03-2015 13:47:06)

Hors ligne

#2 29-03-2015 13:30:31

sogal
Black Metal Modo
Lieu : Nord Isère
Distrib. : openSUSE Leap 42.3
Noyau : Linux 4.4.76
(G)UI : GNOME
Inscription : 09-05-2013
Site Web

Re : [Résolu]ssh Port 22

Salut,
Tu édites là le fichier de la partie client de SSH et non celui du serveur:

# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.


C'est le fichier sshd_config qu'il te faut modifier, c'est à dire celui paramétrant le comportement du service SSH sur ton serveur.

Dernière modification par sogal (29-03-2015 13:31:17)


1485418338.png Hello IT ! Have you tried turning it off and on again ?

Hors ligne

#3 29-03-2015 13:48:57

Sylvain43
Membre
Inscription : 29-03-2015

Re : [Résolu]ssh Port 22

Merci tout fonctionne. smile

Hors ligne

Pied de page des forums