GNU/Linux >> Linux の 問題 >  >> Ubuntu

Ubuntuサーバー、複数の同時リモートユーザー?

最大50人が同時にアクセスできる新しいUbuntuServer(16.04)をセットアップしています。
このチュートリアルに従ってxfceを使用してXRDPをセットアップしましたが、これまでのところすべて問題ありません。 、問題は、同時にログインできるのは10人のユーザーだけであるということです。
誰でもそれについて手助けできます。
ありがとうございます。

承認された回答:

を使用してデフォルトで許可される接続を増やす必要があります
/etc/ssh/sshd_config

ファイル、行を追加

MaxSessions 50
MaxStartups 50:30:100

そのファイルに。次に、システムを再起動します。

フォームmansshd_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. tdbsamバックエンドを備えたUbuntu8.10Sambaスタンドアロンサーバー

  2. tdbsamバックエンドを備えたUbuntu9.10Sambaスタンドアロンサーバー

  3. Ubuntu10.04Tdbsamバックエンドを備えたSambaスタンドアロンサーバー

  1. tdbsamバックエンドを備えたUbuntu10.10Sambaスタンドアロンサーバー

  2. Ubuntu11.04Tdbsamバックエンドを備えたSambaスタンドアロンサーバー

  3. tdbsamバックエンドを備えたUbuntu11.10Sambaスタンドアロンサーバー

  1. tdbsamバックエンドを備えたUbuntu12.04Sambaスタンドアロンサーバー

  2. ネットワーク接続なしで18.04サーバーをインストールしますか?

  3. ネットワーク接続なしでUbuntuサーバーをインストールするにはどうすればいいですか?