GNU/Linux >> Tutoriels Linux >  >> Ubuntu

Serveur Ubuntu, plusieurs utilisateurs distants simultanés ?

Je suis en train de configurer un nouveau serveur Ubuntu (16.04) auquel jusqu'à 50 personnes auront accès en même temps.
J'ai suivi ce tutoriel pour configurer le XRDP avec le xfce et tout va bien jusqu'à présent , le problème est que seuls 10 utilisateurs peuvent être connectés en même temps.
quelqu'un peut-il aider à ce sujet.
merci.

Réponse acceptée :

Vous devez augmenter la connexion autorisée par défaut à l'aide de

/etc/ssh/sshd_config

Fichier, ajouter les lignes

MaxSessions 50
MaxStartups 50:30:100

à ce dossier. Redémarrez ensuite votre système.

Formulaire man sshd_config(5):

MaxSessions
         Specifies the maximum number of open shell, login or subsystem
         (e.g. sftp) sessions permitted per network connection.  Multiple
         sessions may be established by clients that support connection
         multiplexing.  Setting MaxSessions to 1 will effectively disable
         session multiplexing, whereas setting it to 0 will prevent all
         shell, login and subsystem sessions while still permitting for-
         warding.  The default is 10.

 MaxStartups
         Specifies the maximum number of concurrent unauthenticated con-
         nections to the SSH daemon.  Additional connections will be
         dropped until authentication succeeds or the LoginGraceTime
         expires for a connection.  The default is 10:30:100.

         Alternatively, random early drop can be enabled by specifying the
         three colon separated values ``start:rate:full'' (e.g.
         "10:30:60").  sshd(8) will refuse connection attempts with a
         probability of ``rate/100'' (30%) if there are currently
         ``start'' (10) unauthenticated connections.  The probability
         increases linearly and all connection attempts are refused if the
         number of unauthenticated connections reaches ``full'' (60).

Ubuntu
  1. Serveur autonome Ubuntu 10.04 Samba avec backend tdbsam

  2. Serveur autonome Ubuntu 10.10 Samba avec backend tdbsam

  3. Serveur autonome Samba Ubuntu 11.04 avec backend tdbsam

  4. Serveur autonome Samba Ubuntu 11.10 avec backend tdbsam

  5. Serveur autonome Samba Ubuntu 12.04 avec backend tdbsam

Configuration de base de la connexion Client/Serveur Ubuntu 20.04 OpenVPN

Configuration de base de la connexion Client/Serveur Ubuntu 22.04 OpenVPN

Comment installer le serveur Xrdp (bureau à distance) sur Ubuntu 18.04

Comment installer le serveur Xrdp (bureau à distance) sur Ubuntu 20.04

Ubuntu 14.10 Plusieurs connexions distantes indépendantes simultanées (de type bureau) ?

Comment installer le serveur Xrdp (bureau à distance) sur Ubuntu 22.04